axel-0.0.1: examples/do/do.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f7f02d7dc09b60ab3bdd028fc7f8a2a6cf1e0c5002b70577149923eb547abf44
name: do
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/do#readme>
homepage: https://github.com/githubuser/do#readme
bug-reports: https://github.com/githubuser/do/issues
author: Author name here
maintainer: example@example.com
copyright: 2018 Author name here
license: BSD3
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/githubuser/do
executable do-exe
main-is: Main.hs
other-modules:
Paths_do
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
axel ==0.1.0.0
, base >=4.7 && <5
default-language: Haskell2010