feat: instances for Arbitrary
This commit is contained in:
parent
13a2577ae2
commit
8181113bfe
6 changed files with 83 additions and 16 deletions
11
scalie.cabal
11
scalie.cabal
|
@ -37,7 +37,8 @@ library
|
|||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe
|
||||
build-depends:
|
||||
base
|
||||
QuickCheck
|
||||
, base
|
||||
, containers
|
||||
, text
|
||||
, vector
|
||||
|
@ -57,7 +58,8 @@ executable scalie-exe
|
|||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base
|
||||
QuickCheck
|
||||
, base
|
||||
, containers
|
||||
, scalie
|
||||
, text
|
||||
|
@ -68,6 +70,8 @@ test-suite scalie-test
|
|||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Test.Data.Map.Implicit
|
||||
Test.QuickCheck.Roundtrip
|
||||
Paths_scalie
|
||||
hs-source-dirs:
|
||||
test
|
||||
|
@ -79,7 +83,8 @@ test-suite scalie-test
|
|||
RoleAnnotations
|
||||
ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base
|
||||
QuickCheck
|
||||
, base
|
||||
, containers
|
||||
, scalie
|
||||
, text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue