aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
new file mode 100644
index 0000000..aea0a94
--- /dev/null
+++ b/ox-arrays.cabal
@@ -0,0 +1,19 @@
+cabal-version: 3.0
+name: ox-arrays
+version: 0.1.0.0
+author: Tom Smeding
+license: BSD-3-Clause
+build-type: Simple
+
+library
+ exposed-modules:
+ Array
+ Fancy
+ build-depends:
+ base >=4.18,
+ ghc-typelits-knownnat,
+ orthotope,
+ vector
+ hs-source-dirs: src
+ default-language: Haskell2010
+ ghc-options: -Wall