File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : thyme
2- version : 0.4
2+ version : 0.4.1
33synopsis : A faster time library
44description :
55 @thyme@ is a performance-optimized rewrite of the excellent
@@ -22,7 +22,7 @@ extra-source-files:
2222 README.md
2323 include/thyme.h
2424tested-with :
25- GHC >= 8.4 && < 9.6
25+ GHC >= 8.4 && < 9.12
2626
2727source-repository head
2828 type : git
@@ -133,7 +133,7 @@ test-suite sanity
133133 build-depends :
134134 QuickCheck,
135135 attoparsec,
136- base,
136+ base < 5 ,
137137 bytestring,
138138 old-locale,
139139 text,
@@ -152,7 +152,7 @@ test-suite rewrite
152152 hs-source-dirs : tests
153153 main-is : rewrite.hs
154154 build-depends :
155- base,
155+ base < 5 ,
156156 containers,
157157 random,
158158 thyme
@@ -165,7 +165,7 @@ test-suite hlint
165165 main-is : hlint.hs
166166 ghc-options : -threaded -rtsopts -with-rtsopts=-N
167167 if flag(HLint)
168- build-depends : base, hlint >= 1.9
168+ build-depends : base < 5 , hlint >= 1.9
169169 else
170170 buildable : False
171171
@@ -181,7 +181,7 @@ benchmark bench
181181 other-modules : Control.Lens
182182 build-depends :
183183 QuickCheck,
184- base,
184+ base < 5 ,
185185 criterion,
186186 mtl,
187187 old-locale,
You can’t perform that action at this time.
0 commit comments