Skip to content
Snippets Groups Projects
Commit 5cab2749 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Relax base bounds

parent 709214d1
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ extra-source-files: CHANGELOG.md ...@@ -18,7 +18,7 @@ extra-source-files: CHANGELOG.md
executable dyepack-test executable dyepack-test
main-is: Main.hs main-is: Main.hs
-- other-extensions: -- other-extensions:
build-depends: base ^>=4.12.0.0, dyepack, ghc-debug-stub build-depends: base >=4.12.0.0 && < 5, dyepack, ghc-debug-stub
-- hs-source-dirs: -- hs-source-dirs:
ghc-options: -threaded -debug -fwhole-archive-hs-libs -O0 -g3 ghc-options: -threaded -debug -fwhole-archive-hs-libs -O0 -g3
default-language: Haskell2010 default-language: Haskell2010
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment