Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Jan 6, 2024
1 parent 5915f29 commit ba7409d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ cabal.project.local
*.ps
*.prof
serialization_test_output.json
cabal.project.freeze
4 changes: 1 addition & 3 deletions tinytools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ library
TypeFamilyDependencies
TypeOperators
NoImplicitPrelude
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-ignore-asserts
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-ignore-asserts -v2
build-depends:
base >=4.7 && <5
, relude >= 1.2.1 && < 1.3
Expand Down Expand Up @@ -146,9 +146,7 @@ library
, linear >= 1.22 && < 1.23
, pretty-simple >= 4.1.2 && < 4.2
, ref-tf >= 0.5.0 && < 0.6
--, text-icu >= 0.8.0 && < 0.9
, vty>=5.28 && <6.2
--pkgconfig-depends: icu-i18n, icu-uc
default-language: Haskell2010

test-suite tinytools-test
Expand Down

0 comments on commit ba7409d

Please sign in to comment.