mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-26 17:32:30 +03:00
Add default-language to cabal file. Closes #71
This commit is contained in:
parent
9d9b8c83f5
commit
68d1e3d6c6
@ -20,6 +20,8 @@ flag notebook
|
||||
description: Build the IPython-style Cryptol notebook interface
|
||||
|
||||
library
|
||||
Default-language:
|
||||
Haskell98
|
||||
Build-depends: base >= 4.6,
|
||||
array >= 0.4,
|
||||
async >= 2.0,
|
||||
@ -162,6 +164,8 @@ library
|
||||
GHC-options: -Wall -O2
|
||||
|
||||
executable cryptol
|
||||
Default-language:
|
||||
Haskell98
|
||||
Main-is: Main.hs
|
||||
hs-source-dirs: cryptol
|
||||
Other-modules: OptParser,
|
||||
@ -192,6 +196,8 @@ executable cryptolnb
|
||||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
Default-language:
|
||||
Haskell98
|
||||
Main-is: Main_notebook.hs
|
||||
hs-source-dirs: cryptol, notebook
|
||||
build-depends: base,
|
||||
|
Loading…
Reference in New Issue
Block a user