Cabal revisions of text-binary-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: text-binary-version: 0.1.0-synopsis: Binary instances for text types-description: - The library provides binary instances for strict and lazy text types.-license: BSD3-license-file: LICENSE-cabal-version: >= 1.6-author: Jakub Waszczuk-maintainer: waszczuk.kuba@gmail.com-stability: provisional-category: Data-homepage: https://github.com/kawu/text-binary-build-type: Simple--library- build-depends:- base >= 4 && < 5- , text- , binary-- exposed-modules:- Data.Text.Binary-- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/kawu/text-binary.git+name: text-binary +version: 0.1.0 +x-revision: 1 +synopsis: Binary instances for text types +description: + The library provides binary instances for strict and lazy text types. +license: BSD3 +license-file: LICENSE +cabal-version: >= 1.6 +author: Jakub Waszczuk +maintainer: waszczuk.kuba@gmail.com +stability: provisional +category: Data +homepage: https://github.com/kawu/text-binary +build-type: Simple + +library + build-depends: + base >= 4 && < 5 + , text < 1.2.1.0 + , binary + + exposed-modules: + Data.Text.Binary + + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/kawu/text-binary.git
revision 2
name: text-binary version: 0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Binary instances for text types -description: +description: + OBSOLETE: text version 1.2.1 and higher provide Binary instances for text types out of the box. + . The library provides binary instances for strict and lazy text types. license: BSD3 license-file: LICENSE