Restructure the package

This commit is contained in:
Rnhmjoj 2015-01-19 21:16:00 +01:00
parent eec6bd1587
commit 3597747a90
5 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: alea name: alea
version: 0.3.2.0 version: 0.3.3.0
synopsis: a diceware passphrase generator synopsis: a diceware passphrase generator
description: description:
@ -25,6 +25,7 @@ source-repository head
executable alea executable alea
main-is: Main.hs main-is: Main.hs
hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
other-modules: Alea.Diceware, Alea.List, Alea.Random, Paths_alea other-modules: Alea.Diceware, Alea.List, Alea.Random, Paths_alea
other-extensions: DeriveDataTypeable, RecordWildCards other-extensions: DeriveDataTypeable, RecordWildCards