name: querystring-pickle version: 0.2.0 synopsis: Picklers for de/serialising Generic data types to and from query strings license: OtherLicense license-file: LICENSE author: Brendan Hay maintainer: Brendan Hay copyright: Copyright (c) 2013 Brendan Hay stability: Experimental category: Data, Network, Web build-type: Simple cabal-version: >= 1.10 description: Type classes, pickling combinators, and GHC.Generics implementations for Query Strings extra-source-files: README.md source-repository head type: git location: git://github.com/brendanhay/querystring-pickle.git library default-language: Haskell2010 hs-source-dirs: src exposed-modules: Network.HTTP.QueryString.Pickle ghc-options: -Wall -O2 build-depends: base >= 4.6 && < 5 , bytestring , text test-suite querystring-pickle-tests default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs ghc-options: -Wall -fwarn-tabs build-depends: base >= 4.6 && < 5 , bytestring , querystring-pickle , QuickCheck >= 2.5 , test-framework >= 0.8 , test-framework-quickcheck2 >= 0.3