-- Initial broccoli.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: broccoli version: 0.2.0.1 synopsis: Small library for interactive functional programs. description: Small library for interactive functional programs. license: BSD3 license-file: LICENSE author: Evan Rinehart maintainer: evanrinehart@gmail.com -- copyright: category: FRP build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Broccoli -- other-modules: other-extensions: GADTs, RankNTypes build-depends: base >=4.7 && <4.8, unamb >=0.2 && <0.3, stm >=2.4 && <2.5 -- hs-source-dirs: default-language: Haskell2010 source-repository head type: git location: https://github.com/evanrinehart/broccoli source-repository this type: git location: https://github.com/evanrinehart/broccoli tag: 0.2.0.1