-- Initial weighted-search.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: weighted-search version: 0.1.0.1 synopsis: A weighted nondeterministic search monad -- description: homepage: http://github.com/luqui/weighted-search license: BSD3 license-file: LICENSE author: Luke Palmer maintainer: lrpalmer@gmail.com -- copyright: category: Control build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Monad.WeightedSearch -- other-modules: build-depends: base ==4.*