diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-04-03 15:06:52 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-04-03 15:06:52 +0200 |
commit | ffa91484573a2c2be3f6ae2190c768e7a77e8b5c (patch) | |
tree | 361f08f2f65eda1128c5d03da2a45305d66e0351 /ox-arrays.cabal | |
parent | 6520c4e4bc39b7315f4f9416fe68b883cfdde8ec (diff) |
Simple usage example
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 5bdff7d..972917a 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -20,3 +20,13 @@ library hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall + +test-suite test + type: exitcode-stdio-1.0 + main-is: Main.hs + build-depends: + ox-arrays, + base + hs-source-dirs: test + default-language: Haskell2010 + ghc-options: -Wall |