gpm/gpm.cabal

65 lines
1.6 KiB
Text
Raw Normal View History

2018-08-31 09:19:20 +00:00
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
2018-09-01 21:47:42 +00:00
-- hash: ab6ea5ad975f268ebb05939f453aeb3f190183a3472aaa84b76871d4f1b09e05
2018-08-31 09:19:20 +00:00
name: gpm
version: 0.1.0.0
category: Test
stability: alpha (experimental)
2018-08-31 09:44:36 +00:00
homepage: https://gitlab.esy.fun/yogsototh/gpm
2018-08-31 09:19:20 +00:00
author: Yann Esposito
maintainer: yann.esposito@gmail.com
copyright: © 2017 Yann Esposito
license: ISC
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.org
stack.yaml
library
exposed-modules:
GPM
2018-09-01 16:09:26 +00:00
GPM.Docs
GPM.Helpers
GPM.Init
GPM.Issue
2018-08-31 09:19:20 +00:00
GPM.Review
other-modules:
Paths_gpm
hs-source-dirs:
src
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables Strict
ghc-options: -O2 -Werror -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances
build-depends:
base >=4.8 && <5
2018-08-31 09:44:36 +00:00
, file-embed
2018-08-31 20:43:19 +00:00
, foldl
2018-09-01 16:09:26 +00:00
, mustache
2018-08-31 09:19:20 +00:00
, protolude
2018-09-01 21:47:42 +00:00
, text
2018-08-31 09:19:20 +00:00
, turtle
2018-10-06 13:55:21 +00:00
, directory
2018-08-31 09:19:20 +00:00
default-language: Haskell2010
executable gpm
main-is: Main.hs
other-modules:
Paths_gpm
hs-source-dirs:
src-exe
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables Strict
ghc-options: -O2 -Werror -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -threaded -rtsopts -with-rtsopts=-N -optP-Wno-nonportable-include-path
build-depends:
base >=4.8 && <5
2018-08-31 09:44:36 +00:00
, file-embed
2018-08-31 20:43:19 +00:00
, foldl
2018-08-31 09:19:20 +00:00
, gpm
2018-09-01 16:09:26 +00:00
, mustache
2018-08-31 09:19:20 +00:00
, protolude
2018-09-01 21:47:42 +00:00
, text
2018-08-31 09:19:20 +00:00
, turtle
default-language: Haskell2010