Skip to content
Snippets Groups Projects
Commit 1ee953d9 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

Remove useless version bounds on time

parent df8a5e4d
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ test-suite ShowDefaultTZAbbreviations
ghc-options: -Wall -fwarn-tabs
build-depends:
base,
time == 1.7
time
main-is: ShowDefaultTZAbbreviations.hs
test-suite tests
......@@ -122,7 +122,7 @@ test-suite tests
build-depends:
base,
deepseq,
time == 1.7,
time,
QuickCheck >= 2.5.1,
test-framework >= 0.8,
test-framework-quickcheck2 >= 0.3,
......
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