File: text-binary.cabal

package info (click to toggle)
haskell-text-binary 0.2.1.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: haskell: 26; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (5)
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