packages feed

BitSyntax-0.3.2.2: BitSyntax.cabal

Name:            BitSyntax
Version:         0.3.2.2
License:         BSD3
license-file:    LICENSE
Author:          Adam Langley
Maintainer:      Joe Crayne
category:        Serialization
Homepage:        https://github.com/joecrayne/hs-bitsyntax
Stability:       experimental
cabal-version:   >= 1.10
Synopsis:        A module to aid in the (de)serialisation of binary data
Build-Type:      Simple

library
  Exposed-modules:     Data.BitSyntax
  Build-Depends:       base < 5, QuickCheck, template-haskell, bytestring
  ghc-options:         -Wall
  default-extensions:  ForeignFunctionInterface, CPP, TemplateHaskell
  default-language:    Haskell98

source-repository this
  type: git
  location: git@github.com:joecrayne/hs-bitsyntax.git
  tag: 0.3.2.2