Trying to fix failing install from hackage
This commit is contained in:
parent
6658a2bc39
commit
e246cfd780
@ -22,7 +22,7 @@ cabal-version: >=1.10
|
|||||||
executable alea
|
executable alea
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-modules: Paths_alea
|
other-modules: Alea.Diceware, Alea.List, Alea.Random, Paths_alea
|
||||||
other-extensions: DeriveDataTypeable, RecordWildCards
|
other-extensions: DeriveDataTypeable, RecordWildCards
|
||||||
build-depends: base ==4.7.* , containers ==0.5.*,
|
build-depends: base ==4.7.* , containers ==0.5.*,
|
||||||
argparser ==0.3.*, threefish == 0.2.*
|
argparser ==0.3.*, threefish == 0.2.*
|
||||||
|
Loading…
Reference in New Issue
Block a user