Skip to content

Commit

Permalink
stricter lower bound for random-fu
Browse files Browse the repository at this point in the history
this avoids a dependency on logfloat-0.12.* which causes build failures
with ghc-8.0.2
  • Loading branch information
int-e committed Feb 20, 2017
1 parent fa32cc8 commit b8248fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lambdabot-core/lambdabot-core.cabal
Expand Up @@ -87,7 +87,7 @@ library
parsec >= 3,
prim-uniq == 0.1.*,
random >= 1,
random-fu >= 0.2,
random-fu >= 0.2.6.2,
random-source >= 0.3,
regex-tdfa >= 1.1,
SafeSemaphore >= 0.9,
Expand Down
2 changes: 1 addition & 1 deletion lambdabot-misc-plugins/lambdabot-misc-plugins.cabal
Expand Up @@ -67,7 +67,7 @@ library
parsec >= 3,
process >= 1.1,
random >= 1,
random-fu >= 0.2,
random-fu >= 0.2.6.2,
random-source >= 0.3,
regex-tdfa >= 1.1,
SafeSemaphore >= 0.9,
Expand Down
2 changes: 1 addition & 1 deletion lambdabot-novelty-plugins/lambdabot-novelty-plugins.cabal
Expand Up @@ -70,7 +70,7 @@ library
lambdabot-core >= 5.1 && < 5.2,
misfortune >= 0.1,
process >= 1.1,
random-fu >= 0.2,
random-fu >= 0.2.6.2,
regex-tdfa >= 1.1,

-- runtime dependencies
Expand Down

0 comments on commit b8248fb

Please sign in to comment.