1
0
mirror of https://github.com/ikoHSE/sc-task-1.git synced 2024-10-05 13:37:20 +03:00
sc-task-1/task.cabal
2020-04-25 14:58:47 +03:00

42 lines
841 B
Plaintext

cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 198dcd00ebced8fb812286640989f7a4320805e8eef80d769753e98ace428bd6
name: task
version: 0.1.0.0
license: Unlicense
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Task
other-modules:
Paths_task
hs-source-dirs:
src
default-extensions: EmptyDataDeriving
build-depends:
base >=4.7 && <5
default-language: Haskell2010
test-suite task-tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Tests
Paths_task
hs-source-dirs:
test
default-extensions: EmptyDataDeriving
build-depends:
base >=4.7 && <5
, task
, tasty
, tasty-hspec
default-language: Haskell2010