Skip to content

Commit 45082bc

Browse files
committed
Release thyme-0.4.1
1 parent 3bf5504 commit 45082bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

thyme.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: thyme
2-
version: 0.4
2+
version: 0.4.1
33
synopsis: A faster time library
44
description:
55
@thyme@ is a performance-optimized rewrite of the excellent
@@ -22,7 +22,7 @@ extra-source-files:
2222
README.md
2323
include/thyme.h
2424
tested-with:
25-
GHC >= 8.4 && < 9.6
25+
GHC >= 8.4 && < 9.12
2626

2727
source-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,

0 commit comments

Comments
 (0)