euler/hs-euler/euler.cabal

69 lines
1.5 KiB
Text
Raw Normal View History

2019-06-11 11:43:20 +00:00
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
2019-06-11 12:19:46 +00:00
-- hash: fa22c4d5b58b46bb0a1b31feef800edb37c1724fa165ed9b529637ec8b56ddc5
2019-06-11 11:43:20 +00:00
2019-06-11 12:19:46 +00:00
name: euler
2019-06-11 11:43:20 +00:00
version: 0.1.0.0
2019-06-11 12:19:46 +00:00
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
2019-06-11 11:43:20 +00:00
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
2019-06-11 12:19:46 +00:00
location: https://github.com/githubuser/euler
2019-06-11 11:43:20 +00:00
library
exposed-modules:
2019-06-11 12:19:46 +00:00
Euler072
2019-06-11 11:43:20 +00:00
Lib
other-modules:
2019-06-11 12:19:46 +00:00
Paths_euler
2019-06-11 11:43:20 +00:00
hs-source-dirs:
src
build-depends:
arithmoi
, base >=4.7 && <5
, protolude
default-language: Haskell2010
2019-06-11 12:19:46 +00:00
executable euler
2019-06-11 11:43:20 +00:00
main-is: Main.hs
other-modules:
2019-06-11 12:19:46 +00:00
Paths_euler
2019-06-11 11:43:20 +00:00
hs-source-dirs:
app
ghc-options: -O -threaded -rtsopts -with-rtsopts=-N
build-depends:
arithmoi
, base >=4.7 && <5
2019-06-11 12:19:46 +00:00
, euler
2019-06-11 11:43:20 +00:00
, protolude
default-language: Haskell2010
2019-06-11 12:19:46 +00:00
test-suite euler-test
2019-06-11 11:43:20 +00:00
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
2019-06-11 12:19:46 +00:00
Paths_euler
2019-06-11 11:43:20 +00:00
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arithmoi
, base >=4.7 && <5
2019-06-11 12:19:46 +00:00
, euler
2019-06-11 11:43:20 +00:00
, protolude
default-language: Haskell2010