aboutsummaryrefslogtreecommitdiffhomepage
path: root/squeal-hspec.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'squeal-hspec.cabal')
-rw-r--r--squeal-hspec.cabal64
1 files changed, 64 insertions, 0 deletions
diff --git a/squeal-hspec.cabal b/squeal-hspec.cabal
new file mode 100644
index 0000000..aa5d773
--- /dev/null
+++ b/squeal-hspec.cabal
@@ -0,0 +1,64 @@
1cabal-version: 1.12
2
3-- This file has been generated from package.yaml by hpack version 0.33.0.
4--
5-- see: https://github.com/sol/hpack
6--
7-- hash: 9cdcbd18496e9bcf710b5b8f1b08b1a29e0021262e26fa8dfa77a46ce893d8e0
8
9name: squeal-hspec
10version: 0.1.0.0
11description: Please see the README on GitHub at <https://github.com/githubuser/squeal-hspec#readme>
12homepage: https://github.com/githubuser/squeal-hspec#readme
13bug-reports: https://github.com/githubuser/squeal-hspec/issues
14author: Author name here
15maintainer: example@example.com
16copyright: 2019 Author name here
17license: BSD3
18license-file: LICENSE
19build-type: Simple
20extra-source-files:
21 README.md
22 ChangeLog.md
23
24source-repository head
25 type: git
26 location: https://github.com/githubuser/squeal-hspec
27
28library
29 exposed-modules:
30 Squeal.PostgreSQL.Hspec
31 other-modules:
32 Paths_squeal_hspec
33 hs-source-dirs:
34 src
35 build-depends:
36 base >=4.7 && <5
37 , bytestring
38 , generics-sop
39 , hspec
40 , monad-control
41 , squeal-postgresql
42 , tmp-postgres
43 , transformers-base
44 default-language: Haskell2010
45
46test-suite squeal-hspec-test
47 type: exitcode-stdio-1.0
48 main-is: Spec.hs
49 other-modules:
50 Paths_squeal_hspec
51 hs-source-dirs:
52 test
53 ghc-options: -threaded -rtsopts -with-rtsopts=-N
54 build-depends:
55 base >=4.7 && <5
56 , bytestring
57 , generics-sop
58 , hspec
59 , monad-control
60 , squeal-hspec
61 , squeal-postgresql
62 , tmp-postgres
63 , transformers-base
64 default-language: Haskell2010