packages feed

mad-props-0.2.0.0: mad-props.cabal

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: 663fc348378bb0879419e139117b3cb738781875d627cbe8259dded81e0fd92b

name:           mad-props
version:        0.2.0.0
synopsis:       Monadic DSL for building constraint solvers using basic propagators.
description:    Please see the README on GitHub at <https://github.com/ChrisPenner/mad-props#readme>
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