fb 1.0.1 → 1.0.2
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- fb.cabal +6/−5
fb.cabal view
@@ -1,15 +1,16 @@ name: fb-version: 1.0.1+version: 1.0.2 license: BSD3 license-file: LICENSE author: Felipe Lessa maintainer: Felipe Lessa <felipe.lessa@gmail.com>+copyright: (c) Prowdsponsor synopsis: Bindings to Facebook's API. category: Web stability: Experimental cabal-version: >= 1.8 build-type: Simple-homepage: https://github.com/meteficha/fb+homepage: https://github.com/prowdsponsor/fb description: This package exports bindings to Facebook's APIs (see@@ -23,7 +24,7 @@ API, this package is being developed on demand. If you need something that has not been implemented yet, please send a pull request or file an issue on GitHub- (<https://github.com/meteficha/fb/issues>).+ (<https://github.com/prowdsponsor/fb/issues>). extra-source-files: tests/Main.hs@@ -33,7 +34,7 @@ source-repository head type: git- location: git://github.com/meteficha/fb.git+ location: git://github.com/prowdsponsor/fb.git flag debug@@ -76,7 +77,7 @@ , data-default , http-types , http-conduit >= 2.0 && < 2.2- , attoparsec >= 0.10.4 && < 0.12+ , attoparsec >= 0.10.4 && < 0.13 , unordered-containers , aeson >= 0.5 && < 0.8 , base16-bytestring >= 0.1