hjsonpointer/hjsonpointer.cabal
Ian Grant Jeffries 05c967e9db Bump deps.
2015-09-12 17:12:22 -04:00

48 lines
1.7 KiB
Plaintext

name: hjsonpointer
version: 0.2.0.4
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
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: changelog.txt
README.md
library
hs-source-dirs: src
exposed-modules: Data.JsonPointer
default-language: Haskell2010
default-extensions: OverloadedStrings
ghc-options: -Wall
build-depends: aeson >= 0.7 && < 0.10
, base >= 4.6 && < 4.9
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3
, vector >= 0.10 && < 0.12
test-suite unit
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Unit.hs
default-language: Haskell2010
ghc-options: -Wall
default-extensions: OverloadedStrings
build-depends: aeson
, base
, hjsonpointer
, unordered-containers
, text
, vector
, http-types >= 0.8 && < 0.9
, HUnit >= 1.2 && < 1.4
, test-framework >= 0.8 && < 0.9
, test-framework-hunit >= 0.3 && < 0.4
source-repository head
type: git
location: git://github.com/seagreen/hjsonpointer.git