gpm/gpm.cabal

70 lines
1.7 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-10-21 20:25:08 +00:00
-- hash: 04bfdb9ffa855881f6cd6cc09bf3b494a2107ded6cc33c41699546a12526099e
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
2018-10-21 10:21:57 +00:00
GPM.Hooks
2018-09-01 16:09:26 +00:00
GPM.Init
GPM.Issue
2018-08-31 09:19:20 +00:00
GPM.Review
2018-10-07 12:15:34 +00:00
GPM.Serve
2018-08-31 09:19:20 +00:00
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:
2018-10-14 12:00:19 +00:00
ansi-terminal
, base >=4.8 && <5
2018-10-06 16:47:11 +00:00
, directory
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
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:
2018-10-14 12:00:19 +00:00
ansi-terminal
, base >=4.8 && <5
2018-10-06 16:47:11 +00:00
, directory
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