packages feed

axel-0.0.2: 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: 6b2dec4e676f630059031c7d0886c3e3660d816e93a55f828cc7d946af54cbb2

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.0.1
    , base >=4.7 && <5
  default-language: Haskell2010