-
Notifications
You must be signed in to change notification settings - Fork 1
/
ap-reflect.cabal
32 lines (29 loc) · 1.22 KB
/
ap-reflect.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
name: ap-reflect
version: 0.3
synopsis: Partial evaluation reflection a la simple-reflect.
description: The library provides a simple reflection technique,
substituting functions like @fmap@ and @\<*\>@ with reflection-aware analogues.
This library can be used with <http://hackage.haskell.org/package/simple-reflect simple-reflect package>.
license: BSD3
license-file: LICENSE
author: Oleg Baev
maintainer: [email protected]
homepage: https://github.com/cmc-msu-ai/ap-reflect
bug-reports: https://github.com/cmc-msu-ai/ap-reflect/issues
-- copyright:
category: Debug
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
, CHANGELOG.md
, examples/*.hs
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Debug.Reflect
-- other-modules:
build-depends: base >= 4.8 && < 5
Source-Repository head
Type: git
Location: https://github.com/cmc-msu-ai/ap-reflect.git