-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 9a996cbbbac860e6b816e5542dff424b01bc2e71a7743fa0b0f20d61ae14a0c6 name: smarties version: 1.0.1 synopsis: Haskell Behavior Tree Library description: Please see the README on Github at category: Games homepage: https://github.com/pdlla/smarties#readme bug-reports: https://github.com/pdlla/smarties/issues author: pdlla maintainer: chippermonky@gmail.com copyright: 2018 Peter Lu license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/pdlla/smarties library hs-source-dirs: src default-extensions: InstanceSigs LambdaCase GADTs TupleSections ScopedTypeVariables FlexibleInstances MultiParamTypeClasses ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: MonadRandom , QuickCheck >=2.11 , base >=4.7 && <5.0 , lens , monadplus , mtl , random , text exposed-modules: NotSoSmarties Smarties other-modules: NotSoSmarties.Base NotSoSmarties.Builder NotSoSmarties.BuilderNodes NotSoSmarties.Nodes NotSoSmarties.TreeStack NotSoSmarties.TreeState Smarties.Base Smarties.Builders Smarties.Nodes Smarties.TreeStack Smarties.TreeState Paths_smarties default-language: Haskell2010 executable notsosmart main-is: Main.hs hs-source-dirs: examples/notsosmart default-extensions: InstanceSigs LambdaCase GADTs TupleSections ScopedTypeVariables FlexibleInstances MultiParamTypeClasses ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: MonadRandom , QuickCheck >=2.11 , base >=4.7 && <5.0 , lens , monadplus , mtl , random , smarties , text other-modules: Paths_smarties default-language: Haskell2010 executable pronouns main-is: Main.hs hs-source-dirs: examples/pronouns default-extensions: InstanceSigs LambdaCase GADTs TupleSections ScopedTypeVariables FlexibleInstances MultiParamTypeClasses ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: MonadRandom , QuickCheck >=2.11 , base >=4.7 && <5.0 , lens , monadplus , mtl , random , smarties , text other-modules: Paths_smarties default-language: Haskell2010 test-suite smarties-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test/unit default-extensions: InstanceSigs LambdaCase GADTs TupleSections ScopedTypeVariables FlexibleInstances MultiParamTypeClasses ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: MonadRandom , QuickCheck >=2.11 , base >=4.7 && <5.0 , hspec , lens , monadplus , mtl , random , smarties , text other-modules: NotSoSmartiesSpec SmartiesSpec Paths_smarties default-language: Haskell2010