packages feed

hbb-0.4.0.0: hbb.cabal

-- Initial htt.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/
-- The name of the package.
name:                hbb

-- The package version.  See the Haskell package versioning policy (PVP) 
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             0.4.0.0

-- A short (one-line) description of the package.
synopsis:            Haskell Busy Bee, a backend for text editors.

-- A longer description of the package.
description:         This project forms the executable hbb which can be used
                     as backend for text editors to provide them with a rich
                     Haskell editing experience.

-- URL for the project homepage or repository.
homepage:            https://bitbucket.org/bhris/hbb

-- The license under which the package is released.
license:             LGPL-2.1

-- The file containing the license text.
license-file:        LICENSE

-- The package author(s).
author:              Christian Wolf

-- An email address to which users can send suggestions, bug reports, and 
-- patches.
maintainer:          contact@wolf-kissendorf.de

-- A copyright notice.
-- copyright:           

category:            Development

build-type:          Simple

-- Constraint on the version of Cabal needed to build this package.
cabal-version:       >= 1.10

extra-source-files:  README.md
                     editor-plugin/vim/hbb.vim

source-repository head
    type:            git
    location:        https://bitbucket.org/bhris/hbb.git

executable hbb
    -- .hs or .lhs file containing the Main module.
    main-is:            HBB.hs

    Default-Language:   Haskell2010
    
    HS-Source-Dirs:     ./src

    Default-Extensions: ConstraintKinds, FlexibleContexts
    
    -- Other library packages from which modules are imported.
    build-depends:      base == 4.* , libhbb == 0.4.* , ghc, ghc-paths, directory >= 1.2, ghc-mod == 5.1.0.*