mps 2008.9.19 → 2008.9.20
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~bytestringdep ~parsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, parsec
API changes (from Hackage documentation)
Files
- changelog.markdown +5/−0
- mps.cabal +2/−2
changelog.markdown view
@@ -1,3 +1,8 @@+2008.9.20+----------++* Relax GHC package dependencies+ 2008.9.19 ---------
mps.cabal view
@@ -1,5 +1,5 @@ Name: mps-Version: 2008.9.19+Version: 2008.9.20 Build-type: Simple Synopsis: message passing style helpers Description: message passing style helpers@@ -14,5 +14,5 @@ homepage: http://github.com/nfjinjing/mps/ library- 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+ build-depends: base, containers, array, parallel, fgl, QuickCheck, time, bytestring >= 0.9, pandoc >= 0.46, regexpr >= 0.2.9, parsec >= 2, utf8-string >= 0.3.1, directory exposed-modules: MPS, MPS.Snippets, MPS.Hack.Dot