buildable 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- buildable.cabal +2/−2
- changelog +4/−0
buildable.cabal view
@@ -1,5 +1,5 @@ name: buildable-version: 0.1.0.1+version: 0.1.0.2 synopsis: Typeclass for builders of linear data structures description: { Various linear data structures can be expensive to construct in a@@ -56,4 +56,4 @@ source-repository head type: darcs- location: http://hub.darcs.net/ivanm/graphviz+ location: http://hub.darcs.net/ivanm/buildable
changelog view
@@ -1,3 +1,7 @@+0.1.0.2++* Actually point to the correct source-repository+ 0.1.0.1 * Add source-repository information to .cabal file