Skip to content

Commit

Permalink
Add setup-depends since we detect rdrand at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas M. DuBuisson committed May 21, 2017
1 parent 986dd99 commit e52e16e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions entropy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ flag halvm
description: Build for the HaLVM
default: False


custom-setup
setup-depends: Cabal >= 1.10 && < 2.2
, base < 5
, filepath < 1.5
, directory < 1.4
, process < 1.7

This comment has been minimized.

Copy link
@nh2

nh2 Jun 15, 2017

Member

Note: The lack of this caused stack to compile+register entropy over and over again.

This comment has been minimized.

Copy link
@domenkozar

domenkozar Jun 23, 2017

@TomMD could we make a release?

This comment has been minimized.

Copy link
@TomMD

TomMD Jun 23, 2017

Collaborator

Yes! Give me 12 hours.

This comment has been minimized.

Copy link
@domenkozar

domenkozar Jul 4, 2017

@TomMD friendly ping :)

This comment has been minimized.

Copy link
@domenkozar

domenkozar Jul 4, 2017

Oh you have released 0.3.8, but haven't tagged a git commit. All good!

library
ghc-options: -O2
exposed-modules: System.Entropy
Expand Down

0 comments on commit e52e16e

Please sign in to comment.