Skip to content

Commit 419c763

Browse files
committed
Bump version
1 parent c41c9db commit 419c763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splitmix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: splitmix
3-
version: 0.1.3.1
3+
version: 0.1.3.2
44
synopsis: Fast Splittable PRNG
55
description:
66
Pure Haskell implementation of SplitMix described in
@@ -103,7 +103,7 @@ library
103103

104104
else
105105
cpp-options: -DSPLITMIX_INIT_COMPAT=1
106-
build-depends: time >=1.2.0.3 && <1.15
106+
build-depends: time >=1.2.0.3 && <1.16
107107

108108
source-repository head
109109
type: git

0 commit comments

Comments
 (0)