We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41c9db commit 419c763Copy full SHA for 419c763
1 file changed
splitmix.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: splitmix
3
-version: 0.1.3.1
+version: 0.1.3.2
4
synopsis: Fast Splittable PRNG
5
description:
6
Pure Haskell implementation of SplitMix described in
@@ -103,7 +103,7 @@ library
103
104
else
105
cpp-options: -DSPLITMIX_INIT_COMPAT=1
106
- build-depends: time >=1.2.0.3 && <1.15
+ build-depends: time >=1.2.0.3 && <1.16
107
108
source-repository head
109
type: git
0 commit comments