Updated with rigor, per Haskell community feedback.

This commit is contained in:
Mark R. Havens 2025-04-29 06:56:37 -05:00
parent 48b20c54ce
commit 0f9f50c732
13 changed files with 120 additions and 223 deletions

View file

@ -7,6 +7,7 @@ build-type: Simple
executable witness-seed-3
main-is: WitnessSeed3.hs
other-modules:
Types
RWD
Kairos
IO
@ -16,12 +17,15 @@ executable witness-seed-3
base >=4.7 && <5
, random
, mtl
, aeson
, bytestring
default-language: Haskell2010
test-suite witness-seed-3-test
type: exitcode-stdio-1.0
main-is: TestRWD.hs
other-modules:
Types
RWD
Kairos
hs-source-dirs:
@ -31,4 +35,6 @@ test-suite witness-seed-3-test
base >=4.7 && <5
, random
, mtl
, aeson
, bytestring
default-language: Haskell2010