packages feed

defargs-0.3: defargs.cabal

name: defargs
category: type system
version: 0.3
license: BSD3
license-file: LICENSE
cabal-version: >= 1.10
tested-with: GHC==7.8.3
author: Yusuke Matsushita
maintainer: Yusuke Matsushita <y.skm24t@gmail.com>
stability: provisional
homepage: https://github.com/Kinokkory/defargs
bug-reports: https://github.com/Kinokkory/defargs/issues
copyright: (c) Yusuke Matsushita 2014
synopsis:  default arguments in haskell
description: Default arguments in Haskell. More information can be found in the <http://hackage.haskell.org/package/defargs hackage's haddock> or the <http://kinokkory.github.io/defargs/ updated haddock>.

build-type: Simple

source-repository head
    type: git
    location: git@github.com:Kinokkory/defargs.git

library
    hs-source-dirs: src
    default-language: Haskell2010
    other-extensions:
            Trustworthy,
            TypeOperators, ScopedTypeVariables, TypeFamilies,
            ConstraintKinds, DataKinds,
            MultiParamTypeClasses, FlexibleContexts, FlexibleInstances, UndecidableInstances
    build-depends:
        base ==4.*,
        cluss >=0.3
    exposed-modules: Type.DefArgs
    ghc-options: -Wall -fcontext-stack=40