packages feed

console-prompt-0.1: console-prompt.cabal

-- Initial prompt.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                console-prompt
version:             0.1
synopsis:            console user prompts
-- description:         
homepage:            https://github.com/jlamothe/console-prompt
license:             LGPL-3
license-file:        LICENSE
author:              Jonathan Lamothe
maintainer:          jlamothe1980@gmail.com
copyright:           2017
category:            System
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     System.IO.Prompt
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base ==4.*
  -- hs-source-dirs:      
  default-language:    Haskell2010