vcard 0.1.3 → 0.1.4
raw patch · 1 files changed
+11/−7 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- vcard.cabal +11/−7
vcard.cabal view
@@ -1,8 +1,8 @@ name: vcard-version: 0.1.3+version: 0.1.4 author: Mathieu Boespflug-maintainer: Mathieu Boespflug <mboes@tweag.net>-homepage: http://code.haskell.org/~mboes/vcard.git+maintainer: Mathieu Boespflug <mboes - at - tweag.net>+homepage: http://github.com/mboes/vCard synopsis: A library for parsing/printing vCards from/to various formats. description: A library for parsing\/printing vCards from\/to various formats.@@ -10,17 +10,21 @@ category: Text license: LGPL license-file: LICENSE-copyright: (c) 2008. Mathieu Boespflug <mboes@tweag.net>-cabal-version: >= 1.2.0+copyright: (c) 2008. Mathieu Boespflug <mboes - at - tweag.net>+cabal-version: >= 1.6.0 build-type: Simple-tested-with: GHC ==6.10+tested-with: GHC ==6.10, GHC ==6.12, GHC ==7 library extensions: OverloadedStrings, PatternGuards- build-depends: base >= 3, containers, bytestring >= 0.9,+ build-depends: base >= 3 && < 5, containers, bytestring >= 0.9, mime-directory >= 0.1 exposed-modules: Text.VCard Text.VCard.Types Text.VCard.Query Text.VCard.Selectors Text.VCard.Format.Directory++source-repository head+ type: git+ location: git://github.com/mboes/vCard