-
Notifications
You must be signed in to change notification settings - Fork 35
/
granule-repl.cabal
47 lines (43 loc) · 1.24 KB
/
granule-repl.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: granule-repl
version: 0.9.6.0
synopsis: The Granule interactive interpreter (grepl)
homepage: https://github.com/dorchard/granule#readme
bug-reports: https://github.com/dorchard/granule/issues
author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
maintainer: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
copyright: 2019 authors
license: BSD3
build-type: Simple
source-repository head
type: git
location: https://github.com/dorchard/granule
executable grepl
main-is: Language/Granule/Main.hs
other-modules:
Language.Granule.Queue
Language.Granule.ReplError
Language.Granule.ReplParser
Paths_granule_repl
hs-source-dirs:
app
ghc-options: -O3 -W -Werror -Wno-unused-matches
build-depends:
Glob
, base >=4.10 && <5
, clock >=0.8
, containers
, directory
, filemanip
, filepath
, granule-frontend
, granule-interpreter
, haskeline
, mtl >=2.2.1
, parsec
, text
, transformers >=0.5
default-language: Haskell2010