diff --git a/time.cabal b/time.cabal index 068219a7d38a3b7610fd2a3e67958ba780aa6aad..c1a82befe80846a6c0a56b567efba9d5d70c461a 100644 --- a/time.cabal +++ b/time.cabal @@ -1,5 +1,5 @@ name: time -version: 1.5 +version: 1.5.0.1 stability: stable license: BSD3 license-file: LICENSE @@ -95,7 +95,7 @@ test-suite ShowDefaultTZAbbreviations type: exitcode-stdio-1.0 build-depends: base, - time == 1.5 + time == 1.5.0.1 main-is: ShowDefaultTZAbbreviations.hs test-suite tests @@ -117,7 +117,7 @@ test-suite tests build-depends: base, deepseq, - time == 1.5, + time == 1.5.0.1, QuickCheck >= 2.5.1, test-framework >= 0.8, test-framework-quickcheck2 >= 0.3,