buildable 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- buildable.cabal +3/−3
- changelog +4/−0
buildable.cabal view
@@ -1,5 +1,5 @@ name: buildable-version: 0.1.0.2+version: 0.1.0.3 synopsis: Typeclass for builders of linear data structures description: { Various linear data structures can be expensive to construct in a@@ -46,11 +46,11 @@ exposed-modules: Data.Buildable -- other-modules: -- other-extensions:- build-depends: base >=4.6 && <4.7+ build-depends: base >=4.6 && <4.8 , bytestring >= 0.10.0.0 && < 0.11 , containers == 0.5.* , dlist >= 0.5 && < 0.8- , text >= 0.11.3.0 && < 1.12+ , text >= 0.11.3.0 && < 1.3 hs-source-dirs: src default-language: Haskell2010
changelog view
@@ -1,3 +1,7 @@+0.1.0.3++* Bump dependencies for base and text.+ 0.1.0.2 * Actually point to the correct source-repository