-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathroc3.cabal
More file actions
25 lines (23 loc) · 816 Bytes
/
roc3.cabal
File metadata and controls
25 lines (23 loc) · 816 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
-- Initial roc3.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: roc3
version: 0.1
-- synopsis:
-- description:
--license: BSD3
--license-file: LICENSE
author: Kyriakos Katsamaktsis, Marco Elver
maintainer: kyriakosk5@gmail.com, marco.elver@ed.ac.uk
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable roc3
main-is: Main.hs
build-tools: alex, happy
--other-modules: Parser, Lexer
-- other-extensions:
build-depends: base, array, split
hs-source-dirs: src, src/Backend/Murphi/Print, src/Backend/Murphi/AST_Translation, src/Frontend/Roc3
default-language: Haskell2010