packages feed

agum 2.4 → 2.5

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>++	* agum.cabal (Location): Added repository location.++	* agum.cabal (Version): Released as version 2.5+ 2012-02-29  John D. Ramsdell  <ramsdell@mitre.org>  	* agum.cabal (Version): Released as version 2.4.  Also,
agum.cabal view
@@ -1,7 +1,7 @@ Name:			agum-Version:		2.4+Version:		2.5 Maintainer:		ramsdell@mitre.org-Cabal-Version:		>= 1.2+Cabal-Version:		>= 1.6 License:		GPL License-File:		license.txt Synopsis:		Unification and Matching in an Abelian Group@@ -34,3 +34,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/agum.git