Skip to content

Commit

Permalink
Add metadata revisions and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
idontgetoutmuch committed Apr 16, 2023
1 parent dd57844 commit 36ffa2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion random-fu/random-fu.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: random-fu
version: 0.3.0.0
version: 0.3.0.1
stability: provisional

cabal-version: >= 1.10
Expand Down
14 changes: 7 additions & 7 deletions random-source/random-source.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: random-source
version: 0.3.0.11
version: 0.3.0.12
stability: provisional

cabal-version: >= 1.10
Expand Down Expand Up @@ -47,7 +47,7 @@ Library
Data.Random.Internal.Source
other-modules: Data.Random.Source.Internal.Prim
Data.Random.Source.Internal.TH

if impl(ghc >= 6.10)
-- mwc-random depends on vector, which doesn't build on GHC < 6.10.
-- I considered breaking this module out into another package, but I
Expand All @@ -58,18 +58,18 @@ Library
-- this cabal file is hardly any additional effort.
exposed-modules: Data.Random.Source.MWC
build-depends: mwc-random

if flag(mtl2)
build-depends: mtl == 2.*
build-depends: mtl >= 2.0 && < 2.3
cpp-options: -DMTL2
else
build-depends: mtl == 1.*

if flag(base4)
build-depends: base >= 4 && <5, syb
build-depends: base >= 4 && <4.16, syb
else
build-depends: base >= 3 && <4

build-depends: flexible-defaults >= 0.0.0.2,
mersenne-random-pure64,
random >= 1.2.0 && < 1.3,
Expand Down
2 changes: 1 addition & 1 deletion rvar/rvar.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rvar
version: 0.3.0.1
version: 0.3.0.2
stability: stable

cabal-version: >= 1.10
Expand Down

0 comments on commit 36ffa2d

Please sign in to comment.