1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
name: text-binary
version: 0.2.1.1
synopsis: Binary instances for text types
description:
A compatibility layer providing Binary instances for strict
and lazy text types for versions older than 1.2.1 of
<https://hackage.haskell.org/package/text>.
license: BSD2
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
extra-source-files: changelog
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
|