packages feed

net-spider-pangraph-0.1.1.0: net-spider-pangraph.cabal

name:                   net-spider-pangraph
version:                0.1.1.0
author:                 Toshio Ito <debug.ito@gmail.com>
maintainer:             Toshio Ito <debug.ito@gmail.com>
license:                BSD3
license-file:           LICENSE
synopsis:               Conversion between net-spider and pangraph
description:            Conversion between <https://hackage.haskell.org/package/net-spider net-spider> and <https://hackage.haskell.org/package/pangraph pangraph>. See README.md for detail.
category:               Database
cabal-version:          >= 1.10
build-type:             Simple
extra-source-files:     README.md, ChangeLog.md
homepage:               https://github.com/debug-ito/net-spider
bug-reports:            https://github.com/debug-ito/net-spider/issues

library
  default-language:     Haskell2010
  hs-source-dirs:       src
  ghc-options:          -Wall -fno-warn-unused-imports
  -- default-extensions:   
  other-extensions:     FlexibleInstances, OverloadedStrings
  exposed-modules:      NetSpider.Pangraph,
                        NetSpider.Pangraph.Atom
  -- other-modules:        
  build-depends:        base >=4.11.1.0 && <4.13,
                        net-spider >=0.3.1.0 && <0.4,
                        bytestring >=0.10.8.2 && <0.11,
                        text >=1.2.3.1 && <1.3,
                        pangraph >=0.2.1 && <0.3,
                        time >=1.8.0.2 && <1.9,
                        greskell >=0.2.3.0 && <0.3

-- executable net-spider-pangraph
--   default-language:     Haskell2010
--   hs-source-dirs:       app
--   main-is:              Main.hs
--   ghc-options:          -Wall -fno-warn-unused-imports
--   -- other-modules:        
--   -- default-extensions:   
--   -- other-extensions:     
--   build-depends:        base

test-suite spec
  type:                 exitcode-stdio-1.0
  default-language:     Haskell2010
  hs-source-dirs:       test
  ghc-options:          -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"
  main-is:              Spec.hs
  -- default-extensions:   
  -- other-extensions:     
  other-modules:        NetSpider.PangraphSpec
  build-depends:        base, net-spider-pangraph, text, pangraph, net-spider,
                        hspec >=2.4.4

test-suite doctest
  type:                 exitcode-stdio-1.0
  default-language:     Haskell2010
  hs-source-dirs:       test
  ghc-options:          -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"
  main-is:              DocTest.hs
  build-depends:        base,
                        doctest >=0.13 && <0.17,
                        doctest-discover >=0.1.0.7 && <0.3

source-repository head
  type:                 git
  location:             https://github.com/debug-ito/net-spider.git