brainheck 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+4/−10 lines, 2 filesdep ~basedep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, megaparsec
API changes (from Hackage documentation)
Files
- README.md +0/−6
- brainheck.cabal +4/−4
README.md view
@@ -6,12 +6,6 @@ ## Installation -With [nix](http://nixos.org/nix/):--```bash- $ nix-env -i brainheck-```- With [stack](https://haskellstack.org/): ```bash
brainheck.cabal view
@@ -1,5 +1,5 @@ name: brainheck-version: 0.1.0.4+version: 0.1.0.5 synopsis: Brainh*ck interpreter in haskell description: Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries homepage: https://github.com/vmchale/brainheck#readme@@ -7,7 +7,7 @@ license-file: LICENSE author: Vanessa McHale maintainer: tmchale@wisc.edu-copyright: Copyright: (c) 2016 Vanessa McHale+copyright: Copyright: (c) 2016-2017 Vanessa McHale category: Web build-type: Simple extra-source-files: README.md@@ -24,13 +24,13 @@ library hs-source-dirs: src exposed-modules: Brainheck- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.9 && < 5 , mtl , vector , recursion-schemes , text , lens- , megaparsec+ , megaparsec >= 6.0 , containers default-language: Haskell2010 default-extensions: DeriveFunctor