packages feed

buildable 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+15/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

buildable.cabal view
@@ -1,5 +1,5 @@ name:                buildable-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Typeclass for builders of linear data structures description: { Various linear data structures can be expensive to construct in a@@ -39,7 +39,7 @@ -- copyright: category:            Data build-type:          Simple--- extra-source-files:+extra-source-files:  changelog cabal-version:       >=1.10  library@@ -53,3 +53,7 @@                      , text >= 0.11.3.0 && < 1.12   hs-source-dirs:      src   default-language:    Haskell2010++source-repository head+    type:         darcs+    location:     http://hub.darcs.net/ivanm/graphviz
+ changelog view
@@ -0,0 +1,9 @@+0.1.0.1++* Add source-repository information to .cabal file++* Add changelog file++0.1.0.0++* Initial release