diff --git a/alea.cabal b/alea.cabal index 155c97c..66f6c54 100644 --- a/alea.cabal +++ b/alea.cabal @@ -22,7 +22,7 @@ cabal-version: >=1.10 executable alea main-is: Main.hs default-language: Haskell2010 - other-modules: Paths_alea + other-modules: Alea.Diceware, Alea.List, Alea.Random, Paths_alea other-extensions: DeriveDataTypeable, RecordWildCards build-depends: base ==4.7.* , containers ==0.5.*, argparser ==0.3.*, threefish == 0.2.*