cabal-version: >=1.10 name: exploring-interpreters version: 1.0.0.0 synopsis: A generic exploring interpreter for exploratory programming -- synopsis: -- description: -- bug-reports: license: BSD3 license-file: LICENSE author: Damian Frolich maintainer: leegbestand@gmail.com -- copyright: category: Compilers/Interpreters build-type: Simple extra-source-files: CHANGELOG.md examples/Whilelang.hs source-repository head type: git location: https://github.com/leegbestand/exploring_interpreters library exposed-modules: Language.Explorer.Monadic, Language.Explorer.Pure, Language.Explorer.Tools.REPL, Language.Explorer.Tools.Protocol other-modules: Language.Explorer.Basic -- other-extensions: build-depends: base >=4.9 && <5, containers >=0.5 && <0.7, fgl >= 5.7.0 && < 5.8, transformers >= 0.5.2 && < 0.6, mtl >= 2.2.1 && < 2.3, aeson >= 1.5.6 && < 1.6, attoparsec >= 0.14.1 && < 0.15, bytestring >= 0.10.10 && < 0.11, scientific >= 0.3.7 && < 0.4, text >= 1.2.4 && < 1.3, http-types >= 0.12.3 && < 0.13, network >= 3.1.2 && < 3.2, readline >= 1.0.3 && < 1.1 -- hs-source-dirs: default-language: Haskell2010