summaryrefslogtreecommitdiff
path: root/psq-wrap/psq-wrap.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'psq-wrap/psq-wrap.cabal')
-rw-r--r--psq-wrap/psq-wrap.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/psq-wrap/psq-wrap.cabal b/psq-wrap/psq-wrap.cabal
new file mode 100644
index 00000000..77a7901b
--- /dev/null
+++ b/psq-wrap/psq-wrap.cabal
@@ -0,0 +1,30 @@
1-- Initial psq-wrap.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: psq-wrap
5version: 0.1.0.0
6-- synopsis:
7-- description:
8license: BSD3
9license-file: LICENSE
10author: James Crayne
11maintainer: jim.crayne@gmail.com
12-- copyright:
13-- category:
14build-type: Simple
15extra-source-files: CHANGELOG.md
16cabal-version: >=1.10
17
18library
19 exposed-modules:
20 Data.Wrapper.PSQInt
21 , Data.Wrapper.PSQ
22 -- other-modules:
23 other-extensions: PatternSynonyms, CPP, ConstraintKinds
24 build-depends:
25 base
26 , time
27 , hashable
28 , psqueues
29 hs-source-dirs: src
30 default-language: Haskell2010