cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: a42c235991d5a051d2c2e06b557284432c12645b78bd3e0c94de36ef67c038bb name: mad-props version: 0.2.1.0 synopsis: Monadic DSL for building constraint solvers using basic propagators. description: Please see the README on GitHub at category: Propagators homepage: https://github.com/ChrisPenner/mad-props#readme bug-reports: https://github.com/ChrisPenner/mad-props/issues author: Chris Penner maintainer: christopher.penner@gmail.com copyright: Chris Penner license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/ChrisPenner/mad-props library exposed-modules: Examples.NQueens Examples.Sudoku Props Props.Internal.Backtracking Props.Internal.Graph Props.Internal.Links Props.Internal.MinTracker Props.Internal.Props Props.Internal.PropT other-modules: Paths_mad_props hs-source-dirs: src ghc-options: -Wall -fno-warn-name-shadowing -fwarn-redundant-constraints -O2 build-depends: MonadRandom , base >=4.7 && <5 , containers , lens , logict , mtl , psqueues , random , random-shuffle , raw-strings-qq , transformers default-language: Haskell2010 executable sudoku-exe main-is: Main.hs other-modules: Paths_mad_props hs-source-dirs: app ghc-options: -Wall -fno-warn-name-shadowing -fwarn-redundant-constraints -O2 -threaded -rtsopts -with-rtsopts=-N build-depends: MonadRandom , base >=4.7 && <5 , containers , lens , logict , mad-props , mtl , psqueues , random , random-shuffle , raw-strings-qq , transformers default-language: Haskell2010