diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-03-26 23:55:18 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-03-26 23:55:18 +0100 |
commit | 4918bbe4c5b560917c3cb53619838ead1ea53b9e (patch) | |
tree | 0f702a20b1802065d701e677a8dd853881239394 /ox-arrays.cabal |
Initial
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 19 |
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 |