name: mima-tools version: 0.1.0.0 license: MIT author: Garmelon copyright: 2019-2020 Garmelon synopsis: Tools for the MiMa (MinimalMaschine) description: Please see the README on GitHub at github: Garmelon/mima-tools extra-source-files: - README.md dependencies: - base >= 4.7 && < 5 - OddWord >= 1.0 && < 1.1 - aeson - aeson-pretty - binary - bytestring - containers - filepath - optparse-applicative - text - transformers - unordered-containers library: source-dirs: src executables: mima-run: source-dirs: mima-run main: Main.hs ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - mima-tools tests: spec: source-dirs: test main: Spec.hs dependencies: - QuickCheck - hspec - mima-tools