63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: homework
|
|
version: 0.1.0.0
|
|
description: Please see the README at <https://bitsof.thisfieldwas.green/keywordsalad/haskell-homework#readme>
|
|
author: Logan McGrath
|
|
maintainer: haskell-homework@thisfieldwas.green
|
|
copyright: Copyright (C) 2021 Logan McGrath
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://bitsof.thisfieldwas.green/keywordsalad/haskell-homework
|
|
|
|
library
|
|
exposed-modules:
|
|
Homework
|
|
Homework.Ch01
|
|
other-modules:
|
|
Paths_homework
|
|
hs-source-dirs:
|
|
lib
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns
|
|
build-depends:
|
|
base >=4.14 && <5
|
|
default-language: Haskell2010
|
|
|
|
executable homework
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_homework
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.14 && <5
|
|
, homework
|
|
default-language: Haskell2010
|
|
|
|
test-suite test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Homework.Ch01Spec
|
|
Paths_homework
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.14 && <5
|
|
, homework
|
|
, hspec
|
|
, hspec-core
|
|
default-language: Haskell2010
|