Skip to content
Snippets Groups Projects
Commit dbb2261a authored by Alice Brenon's avatar Alice Brenon
Browse files

Removing redundant version bounds in dependencies

parent c402d135
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ executable takkyuu
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.14 && <4.15, takkyuu
build-depends: base
, takkyuu
hs-source-dirs: app
default-language: Haskell2010
......@@ -42,4 +43,4 @@ test-suite takkyuu-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: MyLibTest.hs
build-depends: base >=4.14 && <4.15
build-depends: base
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