diff options
Diffstat (limited to 'chad-fast.cabal')
| -rw-r--r-- | chad-fast.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 1eef3ed..e0464d8 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -112,6 +112,14 @@ test-suite test default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts +test-suite sparse-lattice + type: exitcode-stdio-1.0 + main-is: SparseLattice.hs + build-depends: base, chad-fast, some + hs-source-dirs: misc + default-language: Haskell2010 + ghc-options: -Wall -threaded + benchmark bench type: exitcode-stdio-1.0 main-is: Main.hs |
