File: base16-bytestring.cabal

package info (click to toggle)
haskell-base16-bytestring 0.1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 68 kB
  • sloc: haskell: 142; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download | duplicates (3)
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
34
35
36
37
38
name:                base16-bytestring
version:             0.1.1.6
synopsis:            Fast base16 (hex) encoding and decoding for ByteStrings
description:         Fast base16 (hex) encoding and decoding for ByteStrings
homepage:            http://github.com/bos/base16-bytestring
bug-reports:         http://github.com/bos/base16-bytestring/issues
license:             BSD3
license-file:        LICENSE
copyright:           Copyright 2011 MailRank, Inc.
author:              Bryan O'Sullivan <bos@serpentine.com>
maintainer:          Bryan O'Sullivan <bos@serpentine.com>
copyright:           2010 Bryan O'Sullivan
category:            Data
build-type:          Simple
extra-source-files:  README.markdown

Cabal-version:       >=1.6

library
  exposed-modules:
    Data.ByteString.Base16
    Data.ByteString.Base16.Lazy
  
  build-depends:
    base == 4.*,
    bytestring >= 0.9,
    ghc-prim

  ghc-options: -Wall -funbox-strict-fields
  ghc-prof-options: -auto-all

source-repository head
  type:     git
  location: http://github.com/bos/base16-bytestring

source-repository head
  type:     mercurial
  location: http://bitbucket.org/bos/base16-bytestring