-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathICryptol.cabal
33 lines (30 loc) · 1000 Bytes
/
ICryptol.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
Name: ICryptol
Version: 1.1.0
Synopsis: ICryptol: An IPython-style interface for Cryptol
License: BSD3
Author: Galois, Inc.
Maintainer: [email protected]
Copyright: 2013-2015 Galois Inc.
Category: Language
Build-type: Simple
Cabal-version: >= 1.20
flag static
default: False
description: Create a statically-linked binary
executable icryptol-kernel
Default-language:
Haskell2010
Main-is: Main_notebook.hs
hs-source-dirs: src
other-modules: Notebook
build-depends: base
, base-compat >= 0.6
, containers
, cryptol == 2.3.*
, ipython-kernel == 0.8.*
, text
, transformers
GHC-options: -Wall -O2
default-extensions: NoImplicitPrelude
if os(linux) && flag(static)
ld-options: -static -pthread