packages feed

json-togo-0.1.0.2: json-togo.cabal

-- Initial jsonap.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                json-togo
version:             0.1.0.2
synopsis:            Effectful parsing of JSON documents
-- description:         
homepage:            https://github.com/srijs/haskell-json-togo
license:             MIT
license-file:        LICENSE
author:              Sam Rijs
maintainer:          srijs@airpost.net
-- copyright:           
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Data.JSON.ToGo
                       Data.JSON.ToGo.Parser
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5.0,
                       transformers >=0.3 && <0.5,
                       bytestring >=0.10 && <0.11,
                       text >=1.2 && <1.3,
                       scientific >=0.3 && <0.4,
                       aeson >=0.8 && <0.10,
                       attoparsec >=0.12 && <0.14,
                       attoparsec-trans >=0.1.0.3 && <0.2,
                       vector >=0.10 && <0.11,
                       unordered-containers >=0.2 && <0.3
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -fwarn-unused-imports