Drop broken package

This commit is contained in:
rnhmjoj 2016-04-28 18:08:10 +02:00
parent 6c51f66c59
commit 245566e059
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -27,8 +27,7 @@ executable alea
main-is: Main.hs main-is: Main.hs
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
other-modules: Alea.Diceware, Alea.List, Alea.Random other-modules: Alea.Diceware
other-extensions: DeriveDataTypeable, RecordWildCards other-extensions: DeriveDataTypeable, RecordWildCards
build-depends: base >=4.8 && < 5.0, containers, build-depends: base >=4.8 && < 5.0, random, text, argparser
argparser, threefish
ghc-options: -O2 ghc-options: -O2