[commit: packages/time] format-widths, ghc, master, tasty: Remove useless version bounds on time (1ee953d)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:55:59 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,master,tasty
Link       : http://git.haskell.org/packages/time.git/commitdiff/1ee953d97d95082a7d672ead5b8d081d30fc3294

>---------------------------------------------------------------

commit 1ee953d97d95082a7d672ead5b8d081d30fc3294
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sun Dec 18 17:06:30 2016 -0800

    Remove useless version bounds on time


>---------------------------------------------------------------

1ee953d97d95082a7d672ead5b8d081d30fc3294
 time.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/time.cabal b/time.cabal
index 99ed765..275fdb7 100644
--- a/time.cabal
+++ b/time.cabal
@@ -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,



More information about the ghc-commits mailing list