-
Notifications
You must be signed in to change notification settings - Fork 4
/
nanospec.cabal
54 lines (50 loc) · 1.39 KB
/
nanospec.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 37c5f592f7cb57ed5e2959180e54db9807aa3b62fa5002be553465d680c4f35c
name: nanospec
version: 0.2.2
license: MIT
license-file: LICENSE
copyright: (c) 2012-2018 Simon Hengel
author: Simon Hengel <sol@typeful.net>
maintainer: Simon Hengel <sol@typeful.net>
category: Testing
homepage: https://github.com/hspec/nanospec#readme
bug-reports: https://github.com/hspec/nanospec/issues
synopsis: A lightweight implementation of a subset of Hspec's API
description: A lightweight implementation of a subset of Hspec's API with minimal dependencies.
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/hspec/nanospec
library
exposed: False
ghc-options: -Wall
hs-source-dirs:
src
exposed-modules:
Test.Hspec
other-modules:
Paths_nanospec
build-depends:
base ==4.*
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
cpp-options: -DTEST
ghc-options: -Wall
hs-source-dirs:
src
test
main-is: Test/HspecSpec.hs
other-modules:
Test.Hspec
Paths_nanospec
build-depends:
base ==4.*
, hspec >=1.3
, silently >=1.2.4
default-language: Haskell2010