packages feed

control-monad-omega-0.3.2: control-monad-omega.cabal

cabal-version: 1.12
Name: control-monad-omega
Description:
    A monad for enumerating sets: like the list
    monad but breadth-first.
Version: 0.3.2
Stability: experimental
Synopsis: A breadth-first list monad.
License: PublicDomain
Category: Control
Homepage: http://github.com/luqui/control-monad-omega
Author: Luke Palmer
Maintainer: lrpalmer@gmail.com
Build-Type: Simple
Tested-With:
  GHC ==7.0.4
   || ==7.2.2
   || ==7.4.2
   || ==7.6.3
   || ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.1

library
  Default-Language: Haskell2010
  Build-Depends: base >=4.3 && <5
  Exposed-Modules: Control.Monad.Omega
  Other-Extensions: CPP

  if !impl(ghc >= 8.0)
    build-depends:
      fail >= 4.9.0.0 && <5