-- Initial haskell-menu.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: haskell-menu version: 0.2.1 synopsis: A simple menu system for Haskell programs -- description: homepage: https://github.com/jlamothe/haskell-menu license: LGPL-3 license-file: LICENSE author: Jonathan Lamothe maintainer: jlamothe1980@gmail.com -- copyright: category: System build-type: Simple cabal-version: >=1.8 library exposed-modules: System.IO.Menu -- other-modules: build-depends: base >=4.5 && < 5.0, containers >=0.5 && < 1.0