packages feed

hslinks-0.6: hslinks.cabal

name:               hslinks
version:            0.6
cabal-version:      >= 1.10
author:             Hans Hoglund
maintainer:         Hans Hoglund <hans@hanshoglund.se>
license:            BSD3
license-file:       COPYING
synopsis:           Resolves links to Haskell identifiers.
category:           Development
tested-with:        GHC
build-type:         Simple

description:
    To be written.

source-repository head
    type:               git
    location:           git://github.com/hanshoglund/hslinks.git

executable "hslinks"
    build-depends:
        base            >= 4 && < 5,
        Cabal,
        hint,
        process,
        MemoTrie,
        regex-compat
    hs-source-dirs:     src
    default-language:   Haskell2010
    main-is:
        hslinks.hs