gpm/gpm.cabal
2018-08-31 22:43:19 +02:00

55 lines
1.5 KiB
Text

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c6d39ec4e6cb0558da69c75830e9471b116c0dfabc6cdbaaefa819cea92298b1
name: gpm
version: 0.1.0.0
category: Test
stability: alpha (experimental)
homepage: https://gitlab.esy.fun/yogsototh/gpm
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
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
, file-embed
, foldl
, protolude
, 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:
base >=4.8 && <5
, file-embed
, foldl
, gpm
, protolude
, turtle
default-language: Haskell2010