From 4f0ef52fd05e9a92842f6fbf23edd706244ff865 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 24 Sep 2014 20:26:23 +0200 Subject: add xintmap.cabal --- xintmap.cabal | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 xintmap.cabal 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 + . + +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 -- cgit v1.2.3