packages feed

authinfo-hs-0.1.0.0: authinfo-hs.cabal

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

name:                authinfo-hs
version:             0.1.0.0
synopsis:            Password querying for .authinfo
description:         A .authinfo querier
homepage:            http://github.com/robgssp/authinfo-hs
license:             MIT
license-file:        LICENSE
author:              Robert Glossop
maintainer:          robgssp@gmail.com
-- copyright:           
category:            System
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     System.Authinfo
  -- other-modules:       
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.7 && <5, attoparsec >=0.12, text >=1.1, network >=2.6
  -- hs-source-dirs:      
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git@github.com:robgssp/authinfo-hs.git