Skip to content
Snippets Groups Projects
Commit 07d1896d authored by Gogs's avatar Gogs
Browse files

removed base dependencies

parent a4961fa4
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ source-repository head
location: https://gitlab.haskell.com/fstuess/datetime.git
library
build-depends: base > 4.11 && < 5,
build-depends: base,
old-locale >= 1.0.0.1,
old-time >= 1.0.0.1,
time >= 1.1.2.2
......@@ -41,8 +41,7 @@ test-suite test
, old-locale >= 1.0.0.1
, old-time >= 1.0.0.1
, time >= 1.1.2.2
, base >=4.11 && <5
, base
, test-framework
, HUnit
, QuickCheck
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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