asset-bundle-0.1.0.2: asset-bundle.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 90987a0577ed0a6469a537e37f60f5bb290ec8d39ea721b9c2787c2217684172
name: asset-bundle
version: 0.1.0.2
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
extra-source-files:
README.org
source-repository head
type: git
location: https://github.com/deech/asset-bundle
library
exposed-modules:
Distribution.Simple.AssetBundle
other-modules:
Paths_asset_bundle
hs-source-dirs:
src
build-depends:
Cabal >=2.0.0.2
, base >=4.7 && <5
, directory >=1.2.4.0
, filepath
default-language: Haskell2010