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:
Mark R. Havens 2025-04-29 05:06:51 -05:00
parent 79144fb24a
commit b783726fa2
13 changed files with 238 additions and 0 deletions

View 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