packages feed

acme-io-0.1.0.0: acme-io.cabal

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

name:                acme-io
version:             0.1.0.0
synopsis:            The only true way to do IO in Haskell!
-- description:         
homepage:            N/A
license:             OtherLicense
license-file:        LICENSE
author:              benzrf
maintainer:          benzrf@benzrf.com
-- copyright:           
category:            ACME
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     
    System.IO.Unsafe.Really.IMeanIt
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8
  -- hs-source-dirs:      
  default-language:    Haskell2010