-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathcabal.project
More file actions
28 lines (23 loc) · 564 Bytes
/
Copy pathcabal.project
File metadata and controls
28 lines (23 loc) · 564 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
26
27
28
packages:
lib/javascript-ffi-threepenny
lib/threepenny-gui
source-repository-package
type: git
location: https://github.com/HeinrichApfelmus/vault.git
tag: 597f33f50723e786694a4dd8d10147e602f8d827
flags: +buildExamples
if (!os(darwin) && !os(windows))
package snap-server
flags: +openssl
if (impl(ghc >= 9.12))
constraints:
, hashable >= 1.5
, template-haskell >= 2.23
, containers >= 0.8
, data-default >= 0.8
allow-newer:
, *:time
, *:ghc-prim
, *:template-haskell
, *:base
, *:containers