asset-bundle-0.1.0.0: asset-bundle.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 27d9faf3397d71854825e5086a6411921f86576fa9cce6fd3b8f6cb0c22fd5d9
name: asset-bundle
version: 0.1.0.0
synopsis: A build-time Cabal library that bundles executables with assets
description: Please see the Hackage documentation at <http://hackage.haskell.org/package/asset-bundle/docs/Distribution-Simple-AssetBundle.html>
category: distribution, bundle, zip, library, program
homepage: https://github.com/deech/asset-bundle#readme
bug-reports: https://github.com/deech/asset-bundle/issues
author: Aditya Siram
maintainer: aditya.siram@gmail.com
copyright: 2018 Aditya Siram
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.org
source-repository head
type: git
location: https://github.com/deech/asset-bundle
library
hs-source-dirs:
src
build-depends:
Cabal >=1.24.0.0
, base >=4.7 && <5
, directory >=1.2.4.0
, filepath
exposed-modules:
Distribution.Simple.AssetBundle
other-modules:
Paths_asset_bundle
default-language: Haskell2010