hjcase-0.2.0.0: hjcase.cabal
name: hjcase
version: 0.2.0.0
synopsis: Jcase library for Haskell
homepage: https://github.com/seagreen/hjcase
license: MIT
license-file: MIT-LICENSE.txt
author: Ian Grant Jeffries
maintainer: ian@housejeffries.com
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
library
hs-source-dirs: src
exposed-modules: Data.Jcase
default-language: Haskell2010
default-extensions: OverloadedStrings
other-extensions: TemplateHaskell
ghc-options: -Wall
build-depends: aeson >= 0.8 && < 0.9
, base >= 4.7 && < 4.8
, bytestring >= 0.10 && < 0.11
, HUnit >= 1.2 && < 1.3
, test-framework >= 0.8 && < 0.9
, test-framework-hunit >= 0.3 && < 0.4
, text >= 1.2 && < 1.3
, unordered-containers >= 0.2 && < 0.3
, vector >= 0.10 && < 0.11
source-repository head
type: git
location: git://github.com/seagreen/hjcase.git