Add executable to package definition
This commit is contained in:
parent
1d62a5cbea
commit
296b2e218c
30
ga.cabal
30
ga.cabal
|
@ -32,14 +32,22 @@ library
|
|||
, SS19
|
||||
|
||||
|
||||
-- executable GA-PFP
|
||||
-- build-depends: base ^>=4.12.0.0
|
||||
-- , monad-loops
|
||||
-- , random-fu
|
||||
-- , protolude
|
||||
-- default-language: Haskell2010
|
||||
-- -- exposed-modules:
|
||||
-- hs-source-dirs: src
|
||||
-- main-is: Main.hs
|
||||
-- -- other-extensions:
|
||||
-- -- other-modules:
|
||||
executable ga
|
||||
build-depends: base ^>=4.12.0.0
|
||||
, MonadRandom
|
||||
, monad-loops
|
||||
, random
|
||||
, random-fu
|
||||
, random-shuffle
|
||||
, protolude
|
||||
, QuickCheck
|
||||
, quickcheck-instances
|
||||
, text
|
||||
, protolude
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: src
|
||||
main-is: Main.hs
|
||||
other-modules: GA
|
||||
, Seminar
|
||||
, Pretty
|
||||
, SS19
|
||||
|
|
Loading…
Reference in New Issue
Block a user