packages feed

cabal-bundle-clib-0.1.0: cabal-bundle-clib.cabal

cabal-version:       2.4
-- Initial package description 'cabal-bundle-clib.cabal' generated by
-- 'cabal init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                cabal-bundle-clib
version:             0.1.0
synopsis:            Bundling C/C++ projects in Cabal package made easy
license:             BSD-3-Clause
license-file:        LICENSE
author:              Isumi Feng
maintainer:          contact@zelinf.net
copyright:           2019, Isumi Feng
category:            Development
stability:           alpha
homepage:            https://github.com/isumif/cabal-bundle-clib
bug-reports:         https://github.com/isumif/cabal-bundle-clib/issues
description:         Please see the [README](https://github.com/isumif/cabal-bundle-clib)
extra-source-files:       CHANGELOG.md

library
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options: -Wall
  exposed-modules:
      Development.CabalBundleCLib
    , Development.CabalBundleCLib.Types
    , Development.CabalBundleCLib.CMake
  build-depends:
      base ^>=4.12.0.0
    , Cabal ^>=2.4.1.0
    , text
    , time
    , temporary
    , directory
    , process
    , filepath
    , bytestring