vector-space 0.0 → 0.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Makefile +3/−0
- vector-space.cabal +2/−2
Makefile view
@@ -1,3 +1,6 @@ # For special configuration, especially for docs. Otherwise see README. +server = code.haskell.org+server-dir = /srv/code+ include ../my-cabal-make.inc
vector-space.cabal view
@@ -1,5 +1,5 @@ Name: vector-space-Version: 0.0+Version: 0.0.1 Synopsis: Vector & affine spaces, plus Category: math Description:@@ -18,7 +18,7 @@ Author: Conal Elliott Maintainer: conal@conal.net Homepage: http://haskell.org/haskellwiki/vector-space-Package-Url: http://darcs.haskell.org/vector-space+Package-Url: http://code.haskell.org/vector-space Copyright: (c) 2007-2008 by Conal Elliott License: BSD3 Stability: experimental