name: strips version: 0.1.0.0 x-revision: 1 synopsis: resolver using strips algorithm description: Please see README.md homepage: https://github.com/y-kamiya/strips-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.Strips other-modules: Algorithms.Strips.Internal build-depends: base >= 4.6 && < 5 , containers , mtl default-language: Haskell2010 source-repository head type: git location: https://github.com/y-kamiya/strips-haskell test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test, src main-is: Spec.hs other-modules: Algorithms.Strips , Algorithms.Strips.Internal build-depends: base >= 4.6 && < 5 , strips , hspec , containers , mtl ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010