mps 0.0.0.1 → 0.0.0.1.1
raw patch · 2 files changed
+13/−3 lines, 2 filesdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc
API changes (from Hackage documentation)
Files
- changelog.markdown +10/−0
- mps.cabal +3/−3
+ changelog.markdown view
@@ -0,0 +1,10 @@+0.0.0.1+--------++relax pandoc version++0.0.0.1+--------++compatible with newest Pandoc+added more helpers
mps.cabal view
@@ -1,5 +1,5 @@ Name: mps-Version: 0.0.0.1+Version: 0.0.0.1.1 Build-type: Simple Synopsis: message passing style helpers Description: message passing style helpers@@ -8,11 +8,11 @@ Maintainer: Wang, Jinjing <nfjinjing@gmail.com> Build-Depends: base Cabal-version: >= 1.2-data-files: README.markdown+data-files: README.markdown, changelog.markdown category: Development license-file: LICENSE homepage: http://github.com/nfjinjing/mps/ library- build-depends: base, containers, array, parallel, fgl, QuickCheck, time, bytestring >= 0.9.1.2, pandoc >= 1.0.0.1, regexpr >= 0.2.9, parsec >= 2.1.0, utf8-string >= 0.3.1, directory >= 1.0.0.1+ build-depends: base, containers, array, parallel, fgl, QuickCheck, time, bytestring >= 0.9.1.2, pandoc >= 0.46, regexpr >= 0.2.9, parsec >= 2.1.0, utf8-string >= 0.3.1, directory >= 1.0.0.1 exposed-modules: MPS, MPS.Snippets, MPS.Hack.Dot