name: htn version: 0.1.0.0 synopsis: resolver using htn algorithm description: Please see README.md homepage: https://github.com/y-kamiya/htn-haskell#readme license: BSD3 license-file: LICENSE author: Yuji Kamiya maintainer: y.kamiya0@gmail.com copyright: 2016 Yuji Kamiya category: algorithms build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Algorithms.Htn other-modules: Algorithms.Htn.Internal build-depends: base >= 4.6 && < 5 , containers default-language: Haskell2010 source-repository head type: git location: https://github.com/y-kamiya/htn-haskell test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test, src main-is: Spec.hs other-modules: Algorithms.Htn , Algorithms.Htn.Internal build-depends: base >= 4.6 && < 5 , htn , hspec , containers ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010