-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebindable.cabal
36 lines (32 loc) · 961 Bytes
/
rebindable.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
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
name: rebindable
version: 0.1.2
synopsis: A library to facilitate rebinding of Haskell syntax
description: A library to facilitate rebinding of Haskell syntax
category: Syntax
homepage: https://github.com/sleexyz/rebindable
bug-reports: https://github.com/sleexyz/rebindable/issues
author: Sean Lee
maintainer: Sean Lee <[email protected]>
license: MIT
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/sleexyz/rebindable
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.9 && < 5
, data-default-class
, indexed
exposed-modules:
Language.Haskell.Rebindable
Language.Haskell.Rebindable.Do
default-language: Haskell2010