forked from VictorTaelin/Caramel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Caramel.cabal
24 lines (22 loc) · 918 Bytes
/
Caramel.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
name: Caramel
version: 0.1.0.0
synopsis: A modern syntax for the oldest programming language in the world.
license: MIT
license-file: LICENSE
author: Victor Hernandes Silva Maia
maintainer: [email protected]
homepage: https://github.com/srvictormaia/caramel
category: Language
build-type: Simple
cabal-version: >=1.10
executable mel
main-is: Main.hs
build-depends: base >=4.6 && <4.9, containers >= 0.5 && < 0.6, directory >= 1.2 && < 1.3, split >=0.2 && <0.3
default-language: Haskell2010
hs-source-dirs: src
library
exposed-modules: Caramel
other-extensions: OverloadedStrings, FlexibleContexts
build-depends: base >=4.6 && <4.9, containers >=0.5 && <0.6, split >=0.2 && <0.3
default-language: Haskell2010
hs-source-dirs: src