aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-reflection
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /devel/hs-reflection
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
Notes
Diffstat (limited to 'devel/hs-reflection')
-rw-r--r--devel/hs-reflection/Makefile15
-rw-r--r--devel/hs-reflection/distinfo2
-rw-r--r--devel/hs-reflection/pkg-descr5
3 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-reflection/Makefile b/devel/hs-reflection/Makefile
new file mode 100644
index 000000000000..23abde9fe2c1
--- /dev/null
+++ b/devel/hs-reflection/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= reflection
+PORTVERSION= 1.1.6
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Reifies arbitrary terms into types that can be reflected back into terms
+
+LICENSE= BSD
+
+USE_CABAL= tagged>=0.2.3
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-reflection/distinfo b/devel/hs-reflection/distinfo
new file mode 100644
index 000000000000..30dc1f51033d
--- /dev/null
+++ b/devel/hs-reflection/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/reflection-1.1.6.tar.gz) = 7cd255fbde19be97e303439b1ba5f1c4b65010b53f540caafa2ccc8b54e81ec6
+SIZE (cabal/reflection-1.1.6.tar.gz) = 6193
diff --git a/devel/hs-reflection/pkg-descr b/devel/hs-reflection/pkg-descr
new file mode 100644
index 000000000000..b07f7d5c6bb7
--- /dev/null
+++ b/devel/hs-reflection/pkg-descr
@@ -0,0 +1,5 @@
+This package provides an implementation of the ideas presented in the
+paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
+Chung-chieh Shan.
+
+WWW: http://github.com/ekmett/reflection