Skip to content

Commit

Permalink
Merge pull request #2 from nikita-volkov/master
Browse files Browse the repository at this point in the history
Update the deps
  • Loading branch information
redelmann authored Jun 27, 2016
2 parents 7f0aaf6 + 3216b0c commit 6122abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distribution.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: distribution
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 1.0.0.0
version: 1.0.1.0

-- A short (one-line) description of the package.
synopsis: Finite discrete probability distributions.
Expand Down Expand Up @@ -60,6 +60,6 @@ library
build-depends: array >=0.4,
base >=4.5 && <5,
containers ==0.5.*,
MonadRandom ==0.1.*,
random ==1.0.*
MonadRandom ==0.4.*,
random ==1.1.*

0 comments on commit 6122abf

Please sign in to comment.