summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-09-24 20:26:23 +0200
committertv <tv@shackspace.de>2014-09-24 20:26:23 +0200
commit4f0ef52fd05e9a92842f6fbf23edd706244ff865 (patch)
tree4af2e6a46c7e78b0ab38376524c663b80b95f21b
parentb4349c7ff2c7bf7ddd1ebbe5c22f457d40663199 (diff)
-rw-r--r--xintmap.cabal28
1 files changed, 28 insertions, 0 deletions
diff --git a/xintmap.cabal b/xintmap.cabal
new file mode 100644
index 0000000..22026d8
--- /dev/null
+++ b/xintmap.cabal
@@ -0,0 +1,28 @@
+name: xintmap
+version: 0.6.0.1
+license: BSD3
+license-file: COPYRIGHT.quipper
+maintainer: tv@shackspace.de
+bug-reports: https://github.com/4z3/xintmap/issues
+synopsis: IntMap with some additional efficient operations
+category: Data Structures
+description:
+ This package contains 'XIntMap' from
+ <http://www.mathstat.dal.ca/~selinger/quipper/ Quipper>.
+
+build-type: Simple
+cabal-version: >=1.8
+
+source-repository head
+ type: git
+ location: http://github.com/4z3/xintmap
+
+Library
+ build-depends:
+ base,
+ containers
+
+ ghc-options: -O2 -Wall
+
+ exposed-modules:
+ Data.XIntMap