-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.cabal
More file actions
25 lines (24 loc) · 749 Bytes
/
tests.cabal
File metadata and controls
25 lines (24 loc) · 749 Bytes
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
name: tests
version: 0.0.1
build-type: Simple
cabal-version: >= 1.10
library
build-depends: QuickCheck==2.14.3
, hspec==2.9.7
, base==4.16.4.0
, containers==0.6.5.1
, array==0.5.4.0
, transformers==0.5.6.2
, template-haskell==2.18.0.0
, th-abstraction==0.4.5.0
, generic-random==1.5.0.1
, JuicyPixels==3.3.7
, HTTP==4000.4.1
, http-types==0.12.3
, text==1.2.5.0
, bytestring==0.11.4.0
, wai==3.2.3
, warp==3.3.23
, sqlite-simple==0.4.18.2
, parallel==3.2.2.0
default-language: Haskell2010