-- Initial uri-bytestring-aeson.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: uri-bytestring-aeson
version: 0.1.0.3
synopsis: Aeson instances for URI Bytestring
-- description:
homepage: https://github.com/reactormonk/uri-bytestring-aeson
license: BSD3
license-file: LICENSE
author: Simon Hafner
maintainer: hafnersimon@gmail.com
-- copyright:
category: URI
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
source-repository head
type: git
location: git@github.com:reactormonk/uri-bytestring-aeson.git
library
exposed-modules:
URI.ByteString.Aeson
-- other-modules:
-- other-extensions:
build-depends:
base >= 4.9 && < 4.11
, uri-bytestring >= 0.2 && < 0.3
, aeson >= 0.11 && < 1.3
, bytestring >= 0.9.1 && < 0.11
, text >= 1.1.1.0
hs-source-dirs: src
default-language: Haskell2010