packages feed

collection-json-0.1.0.0: collection-json.cabal

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

name:                collection-json
version:             0.1.0.0
synopsis:            Collection+JSON hypermedia type tools
homepage:            https://github.com/danchoi/collection-json.hs
description:         Collection+JSON hypermedia type tools
license:             MIT
license-file:        LICENSE
author:              Daniel Choi
maintainer:          dhchoi@gmail.com
copyright:           2015 Daniel Choi
category:            Web
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Text.JSON.CollectionJSON.Types
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.8
                     , aeson >= 0.8
                     , text
                     , bytestring
  -- hs-source-dirs:      
  default-language:    Haskell2010