packages feed

hpg-0.4: hpg.cabal

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

name:                hpg
version:             0.4
synopsis:            no
description:         the haskell password generator.
homepage:            https://git.alokat.org/hpg
license:             ISC
license-file:        LICENSE
author:              Fritjof Bornebusch
maintainer:          fritjof@alokat.org
-- copyright:           
category:            System
build-type:          Simple
extra-source-files:
  README.md  
cabal-version:       >=1.10
source-repository head
  type:     git
  location: https://git.alokat.org/hpg/

executable hpg
  main-is:             Main.hs
  ghc-options:         -Wall 
                       -fwarn-tabs 
                       -fwarn-incomplete-record-updates
                       -fwarn-monomorphism-restriction 
                       -fwarn-unused-do-bind  
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9,
                       random
  -- pledge(2)
  if os(openbsd)
    build-depends: unix 

  hs-source-dirs:      src
  default-language:    Haskell2010