1
0
mirror of https://github.com/ikoHSE/sc-task-3.git synced 2024-10-05 20:47:58 +03:00
sc-task-3/task.cabal
2022-12-27 19:03:13 +03:00

46 lines
862 B
Plaintext

cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ba479ad20ec471b3b53314ad5d901661b888b4664e6cd42d65d0fd6ff6be5b8d
name: task
version: 0.1.0.0
license: Unlicense
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Task
other-modules:
Paths_task
autogen-modules:
Paths_task
hs-source-dirs:
src
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
autogen-modules:
Paths_task
hs-source-dirs:
test
build-depends:
QuickCheck
, base >=4.7 && <5
, hspec
, task
, tasty
, tasty-hspec
default-language: Haskell2010