Restructure the package
This commit is contained in:
parent
eec6bd1587
commit
3597747a90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user