Drop broken package
This commit is contained in:
parent
6c51f66c59
commit
245566e059
@ -27,8 +27,7 @@ executable alea
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
other-modules: Alea.Diceware, Alea.List, Alea.Random
|
||||
other-modules: Alea.Diceware
|
||||
other-extensions: DeriveDataTypeable, RecordWildCards
|
||||
build-depends: base >=4.8 && < 5.0, containers,
|
||||
argparser, threefish
|
||||
build-depends: base >=4.8 && < 5.0, random, text, argparser
|
||||
ghc-options: -O2
|
||||
|
Loading…
Reference in New Issue
Block a user