https-everywhere-rules/https-everywhere-rules.cabal

52 lines
1.2 KiB
Plaintext

name:
https-everywhere-rules
version:
0.0.1
synopsis:
High-level access to HTTPS Everywhere rulesets.
homepage:
https://github.com/fmap/https-everywhere-rules
license:
MIT
license-file:
LICENSE
author:
vi
maintainer:
vi@zalora.com
category:
Data
build-type:
Simple
extra-source-files:
README.md
cabal-version:
>=1.10
library
exposed-modules:
Data.HTTPSEverywhere.Rules
other-modules:
Data.HTTPSEverywhere.Rules.Internal,
Data.HTTPSEverywhere.Rules.Internal.Parser,
Data.HTTPSEverywhere.Rules.Internal.Types
build-depends:
base >= 4.7 && < 4.8,
attoparsec >= 0.12 && < 0.13,
http-client >= 0.3 && < 0.4,
https-everywhere-rules-raw >= 4.0 && < 4.1,
text >= 1.1 && < 1.2,
pipes >= 4.1 && < 4.2,
errors >= 1.4 && < 1.5,
lens >= 4.3 && < 4.4,
functor-infix >= 0.0 && < 0.1,
string-conversions >= 0.3 && < 0.4,
text-icu >= 0.6 && < 0.7,
taggy-lens >= 0.1 && < 0.2
hs-source-dirs:
src
default-language:
Haskell2010
ghc-options:
-Wall