-- Initial package description 'URI-Encoder.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: uri-encoder version: 0.0.0.0 synopsis: A uri encoder to make your strings less readable description: Uri encode faster than possible (more faster than percent-encoder) bug-reports: https://github.com/tony-o/haskell-uri-encoder/issues license: BSD3 license-file: LICENSE author: tony o'dell maintainer: tony.odell+haskell@live.com copyright: tony o'dell 2020 category: Network build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 Tested-With: GHC ==7.10.3 || ==8.0.1 || ==8.0.2 || ==8.2.1 || ==8.2.2 || ==8.4.1 || ==8.4.2 || ==8.4.3 || ==8.4.4 || ==8.6.1 || ==8.6.2 || ==8.6.3 || ==8.6.4 || ==8.6.5 || ==8.8.1 || ==8.8.2 || ==8.8.3 source-repository head type: git location: https://github.com/tony-o/haskell-uri-encoder source-repository this type: git location: https://github.com/tony-o/haskell-uri-encoder tag: v0.0.0.0 library default-language: Haskell2010 exposed-modules: URI.Encoder hs-source-dirs: src build-depends: base >= 4.8.2 && < 4.14, bytestring >= 0.10 && < 0.11, vector >= 0.12 && <= 0.12.1 test-suite tests default-language: Haskell2010 hs-source-dirs: tests build-depends: base, bytestring, vector, uri-encoder, QuickCheck, quickcheck-instances main-is: QuickTests.hs type: exitcode-stdio-1.0 benchmark bench build-depends: base, bytestring, criterion, uri-encoder, network-uri default-language: Haskell2010 hs-source-dirs: benchmarks main-is: criterion.hs type: exitcode-stdio-1.0