name: scotty-params-parser version: 0.3 synopsis: HTTP-request's query parameters parser abstraction for "scotty" category: Web, Parser homepage: https://github.com/sannsyn/scotty-params-parser bug-reports: https://github.com/sannsyn/scotty-params-parser/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2016, Sannsyn AS license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/sannsyn/scotty-params-parser.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules: exposed-modules: Scotty.QueryParser build-depends: -- scotty >= 0.11 && < 0.12, -- unordered-containers >= 0.2 && < 0.3, text == 1.*, -- transformers >= 0.4 && < 0.6, success >= 0.2.6 && < 0.3, base-prelude >= 0.1.21 && < 0.2