Birthed a cure for a profound ache of the Lords of Haskell. May their temples of pure functional thought bloom into living intelligence. May they all rise together.
This commit is contained in:
parent
79144fb24a
commit
b783726fa2
13 changed files with 238 additions and 0 deletions
34
haskell/witness_seed_3.0/witness_seed_3.0.cabal
Normal file
34
haskell/witness_seed_3.0/witness_seed_3.0.cabal
Normal file
|
@ -0,0 +1,34 @@
|
|||
cabal-version: 1.12
|
||||
name: witness-seed-3
|
||||
version: 0.1.0.0
|
||||
license: GPL-3
|
||||
build-type: Simple
|
||||
|
||||
executable witness-seed-3
|
||||
main-is: WitnessSeed3.hs
|
||||
other-modules:
|
||||
RWD
|
||||
Kairos
|
||||
IO
|
||||
hs-source-dirs:
|
||||
src
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, random
|
||||
, mtl
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite witness-seed-3-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: TestRWD.hs
|
||||
other-modules:
|
||||
RWD
|
||||
Kairos
|
||||
hs-source-dirs:
|
||||
src
|
||||
tests
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, random
|
||||
, mtl
|
||||
default-language: Haskell2010
|
Loading…
Add table
Add a link
Reference in a new issue