File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : thyme
2
- version : 0.4
2
+ version : 0.4.1
3
3
synopsis : A faster time library
4
4
description :
5
5
@thyme@ is a performance-optimized rewrite of the excellent
@@ -22,7 +22,7 @@ extra-source-files:
22
22
README.md
23
23
include/thyme.h
24
24
tested-with :
25
- GHC >= 8.4 && < 9.6
25
+ GHC >= 8.4 && < 9.12
26
26
27
27
source-repository head
28
28
type : git
@@ -133,7 +133,7 @@ test-suite sanity
133
133
build-depends :
134
134
QuickCheck,
135
135
attoparsec,
136
- base,
136
+ base < 5 ,
137
137
bytestring,
138
138
old-locale,
139
139
text,
@@ -152,7 +152,7 @@ test-suite rewrite
152
152
hs-source-dirs : tests
153
153
main-is : rewrite.hs
154
154
build-depends :
155
- base,
155
+ base < 5 ,
156
156
containers,
157
157
random,
158
158
thyme
@@ -165,7 +165,7 @@ test-suite hlint
165
165
main-is : hlint.hs
166
166
ghc-options : -threaded -rtsopts -with-rtsopts=-N
167
167
if flag(HLint)
168
- build-depends : base, hlint >= 1.9
168
+ build-depends : base < 5 , hlint >= 1.9
169
169
else
170
170
buildable : False
171
171
@@ -181,7 +181,7 @@ benchmark bench
181
181
other-modules : Control.Lens
182
182
build-depends :
183
183
QuickCheck,
184
- base,
184
+ base < 5 ,
185
185
criterion,
186
186
mtl,
187
187
old-locale,
You can’t perform that action at this time.
0 commit comments