packages feed

attoparsec-uri-0.0.6: attoparsec-uri.cabal

-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 14d2e305af1ea4cf74aa951aea3d3b29c0a5ee76135b2ec915c0c7e5858fc73e

name:           attoparsec-uri
version:        0.0.6
synopsis:       URI parser / printer using attoparsec
description:    Please see the README on GitHub at <https://github.com/githubuser/purescript-iso#readme>
category:       Web
homepage:       https://github.com/athanclark/attoparsec-uri#readme
bug-reports:    https://github.com/athanclark/attoparsec-uri/issues
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      2018 (c) Local Cooking Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/athanclark/attoparsec-uri

library
  exposed-modules:
      Data.URI
      Data.URI.Auth
      Data.URI.Auth.Host
  other-modules:
      Paths_attoparsec_uri
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , attoparsec
    , attoparsec-ip >=0.0.3
    , base >=4.11 && <5
    , bytedump
    , ip >=1.4.0
    , quickcheck-instances
    , strict
    , text
    , vector
  default-language: Haskell2010

test-suite attoparsec-uri-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_attoparsec_uri
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , attoparsec
    , attoparsec-ip >=0.0.3
    , attoparsec-uri
    , base >=4.11 && <5
    , bytedump
    , ip >=1.4.0
    , quickcheck-instances
    , strict
    , tasty
    , tasty-quickcheck
    , text
    , vector
  default-language: Haskell2010