pretty-hex-1.1: pretty-hex.cabal
name: pretty-hex
version: 1.1
cabal-version: >= 1.6
build-type: Simple
synopsis: A library for hex dumps of ByteStrings
description: This library generates pretty hex dumps of ByteStrings in the
style of other common *nix hex dump tools.
license: BSD3
license-file: LICENSE
maintainer: Eric Mertens <emertens@galois.com>
category: Data
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
library
build-depends: base == 4.*, bytestring
exposed-modules: Hexdump
source-repository head
type: git
location: git://github.com/GaloisInc/hexdump.git