Skip to content

Commit

Permalink
moving NEAT generators and utilities into language-plutus-core so tha…
Browse files Browse the repository at this point in the history
…t they can be used from metatheory
  • Loading branch information
jmchapman committed Aug 11, 2020
1 parent 4a0a444 commit f50de11
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 492 deletions.
11 changes: 8 additions & 3 deletions language-plutus-core/language-plutus-core.cabal
Expand Up @@ -94,6 +94,9 @@ library
Language.PlutusCore.Generators.AST
Language.PlutusCore.Generators.Interesting
Language.PlutusCore.Generators.Test
Language.PlutusCore.Generators.NEAT.Common
Language.PlutusCore.Generators.NEAT.Type
Language.PlutusCore.Generators.NEAT.PropTest
Language.PlutusCore.Lexer
Language.PlutusCore.Parser

Expand Down Expand Up @@ -204,6 +207,7 @@ library
hedgehog >=1.0,
integer-gmp -any,
ghc-prim -any,
lazy-search -any,
lens -any,
megaparsec -any,
memory -any,
Expand All @@ -222,6 +226,7 @@ library
size-based -any,
tasty -any,
tasty-golden -any,
tasty-hunit -any,
text -any,
th-lift -any,
th-lift-instances -any,
Expand Down Expand Up @@ -265,9 +270,9 @@ test-suite language-plutus-core-test
Pretty.Readable
Check.Spec
TypeSynthesis.Spec
Language.PlutusCore.Gen.Common
Language.PlutusCore.Gen.Type
Language.PlutusCore.PropTest
-- Language.PlutusCore.Gen.Common
-- Language.PlutusCore.Gen.Type
-- Language.PlutusCore.PropTest
default-language: Haskell2010
build-depends:
base -any,
Expand Down
103 changes: 0 additions & 103 deletions language-plutus-core/test/Language/PlutusCore/Gen/Common.hs

This file was deleted.

0 comments on commit f50de11

Please sign in to comment.