diff options
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 94a4529..1eea23d 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -34,11 +34,14 @@ test-suite test build-depends: ox-arrays, base, + bytestring, ghc-typelits-knownnat, hedgehog, orthotope, + random, tasty, - tasty-hedgehog + tasty-hedgehog, + vector hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall |