cmu 1.8 → 1.9
raw patch · 2 files changed
+12/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
ChangeLog view
@@ -1,3 +1,9 @@+2013-02-21 John D. Ramsdell <ramsdell@mitre.org>++ * cmu.cabal (Location): Added repository location.++ * cmu.cabal (Version): Released as version 1.9.+ 2012-05-12 John D. Ramsdell <ramsdell@mitre.org> * cmu.cabal (Version): Released as version 1.8.
cmu.cabal view
@@ -1,7 +1,7 @@ Name: cmu-Version: 1.8+Version: 1.9 Maintainer: ramsdell@mitre.org-Cabal-Version: >= 1.2+Cabal-Version: >= 1.6 License: GPL License-File: license.txt Synopsis: Unification in a Commutative Monoid@@ -32,3 +32,7 @@ Hs-Source-Dirs: src GHC-Options: -Wall -fno-warn-name-shadowing -fwarn-unused-imports++Source-Repository head+ Type: git+ Location: git://github.com/ramsdell/cmu.git