packages feed

phizzle-0.1.0.1: phizzle.cabal

name:                phizzle
version:             0.1.0.1
synopsis:            Library for checking if a given link is in a phishtank json file
description:         Please see README.md
homepage:            http://github.com/b-mcg/phizzle#readme
license:             GPL-3
license-file:        LICENSE
author:              b-mcg
maintainer:          bmcg0890@gmail.com
copyright:           2015 b-mcg
category:            Phishing
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Phizz
  other-modules:       Phizzle.Types,
                       Phizzle.Phizzly
  build-depends:       base >= 4.7 && < 5,
                       aeson,
                       bytestring,
                       text,
                       regex-pcre,
                       network,
                       network-uri
  default-language:    Haskell2010

test-suite phizzle-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , phizzle
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/b-mcg/phizzle