euler/hs-euler/euler.cabal
Yann Esposito (Yogsototh) effc0d9899
cleanup
2019-06-11 14:19:46 +02:00

68 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: fa22c4d5b58b46bb0a1b31feef800edb37c1724fa165ed9b529637ec8b56ddc5
name: euler
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/euler#readme>
homepage: https://github.com/githubuser/euler#readme
bug-reports: https://github.com/githubuser/euler/issues
author: Author name here
maintainer: example@example.com
copyright: 2019 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/githubuser/euler
library
exposed-modules:
Euler072
Lib
other-modules:
Paths_euler
hs-source-dirs:
src
build-depends:
arithmoi
, base >=4.7 && <5
, protolude
default-language: Haskell2010
executable euler
main-is: Main.hs
other-modules:
Paths_euler
hs-source-dirs:
app
ghc-options: -O -threaded -rtsopts -with-rtsopts=-N
build-depends:
arithmoi
, base >=4.7 && <5
, euler
, protolude
default-language: Haskell2010
test-suite euler-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_euler
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arithmoi
, base >=4.7 && <5
, euler
, protolude
default-language: Haskell2010