-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5afbe6708301b18023de469fa4847a36e4c9612c2c60efdbf4e30ad3145b4636

name:           katydid
version:        0.4.0.1
synopsis:       A haskell implementation of Katydid
description:    Please see the README on GitHub at <https://github.com/katydid/katydid-haskell#readme>
category:       Data
homepage:       https://github.com/katydid/katydid-haskell#readme
bug-reports:    https://github.com/katydid/katydid-haskell/issues
author:         Walter Schulze
maintainer:     awalterschulze@gmail.com
copyright:      Walter Schulze
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    Changelog.md
    LICENSE
    Makefile
    package.yaml
    Readme.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/katydid/katydid-haskell

library
  exposed-modules:
      Data.Katydid.Parser.Json
      Data.Katydid.Parser.Parser
      Data.Katydid.Parser.Xml
      Data.Katydid.Relapse.Ast
      Data.Katydid.Relapse.Derive
      Data.Katydid.Relapse.Expr
      Data.Katydid.Relapse.Exprs
      Data.Katydid.Relapse.Exprs.Compare
      Data.Katydid.Relapse.Exprs.Contains
      Data.Katydid.Relapse.Exprs.Elem
      Data.Katydid.Relapse.Exprs.Length
      Data.Katydid.Relapse.Exprs.Logic
      Data.Katydid.Relapse.Exprs.Strings
      Data.Katydid.Relapse.Exprs.Type
      Data.Katydid.Relapse.Exprs.Var
      Data.Katydid.Relapse.IfExprs
      Data.Katydid.Relapse.MemDerive
      Data.Katydid.Relapse.Parser
      Data.Katydid.Relapse.Relapse
      Data.Katydid.Relapse.Simplify
      Data.Katydid.Relapse.Smart
      Data.Katydid.Relapse.VpaDerive
      Data.Katydid.Relapse.Zip
  other-modules:
      Paths_katydid
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , deepseq
    , either
    , extra
    , hxt
    , ilist
    , json
    , mtl
    , parsec
    , regex-tdfa
    , text
    , transformers
  default-language: Haskell2010

executable katydid-exe
  main-is: Main.hs
  other-modules:
      Paths_katydid
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , deepseq
    , either
    , extra
    , hxt
    , ilist
    , json
    , katydid
    , mtl
    , parsec
    , regex-tdfa
    , text
    , transformers
  default-language: Haskell2010

test-suite katydid-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      DeriveSpec
      ParserSpec
      RelapseSpec
      Suite
      UserDefinedFuncs
      Paths_katydid
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , base >=4.7 && <5
    , bytestring
    , containers
    , deepseq
    , directory
    , either
    , extra
    , filepath
    , hxt
    , ilist
    , json
    , katydid
    , mtl
    , parsec
    , primes
    , regex-tdfa
    , tasty
    , tasty-hunit
    , text
    , transformers
  default-language: Haskell2010

benchmark katydid-benchmark
  type: exitcode-stdio-1.0
  main-is: Benchmarks.hs
  other-modules:
      Suite
      Paths_katydid
  hs-source-dirs:
      bench
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , criterion >=1.2.2
    , deepseq
    , directory
    , either
    , extra
    , filepath
    , hxt
    , ilist
    , json
    , katydid
    , mtl
    , parsec
    , regex-tdfa
    , text
    , transformers
  default-language: Haskell2010