diff --git a/.gitignore b/.gitignore index 731907ab..1d77be16 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ cabal.project.local *.ps *.prof serialization_test_output.json +cabal.project.freeze \ No newline at end of file diff --git a/tinytools.cabal b/tinytools.cabal index 00b4f218..735aadab 100644 --- a/tinytools.cabal +++ b/tinytools.cabal @@ -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 @@ -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