diff --git a/alea.cabal b/alea.cabal index 49f2cf9..42a525c 100644 --- a/alea.cabal +++ b/alea.cabal @@ -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