name: ghc-core-smallstep
version: 0.1.0.1
synopsis: A small-step semantics for Core
description: This module contains an executable, type ignoring
small-step semantics for Haskell Core with lazyness.
license: MIT
license-file: LICENSE
author: Joachim Breitner
maintainer: mail@joachim-breitner.de
copyright: 2017 Joachim Breitner
category: Language
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.4.*
library
exposed-modules: GHC.SmallStep
build-depends: base ==4.11.*
build-depends: ghc == 8.4.*
default-language: Haskell2010
test-suite tests
main-is: run.hs
other-modules: Fact
hs-source-dirs: tests
type: exitcode-stdio-1.0
build-depends: base ==4.11.*
build-depends: ghc == 8.4.*
build-depends: ghc-paths == 0.1.*
build-depends: ghc-core-smallstep
default-language: Haskell2010