aboutsummaryrefslogtreecommitdiffhomepage
path: root/jotter.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'jotter.cabal')
-rw-r--r--jotter.cabal15
1 files changed, 0 insertions, 15 deletions
diff --git a/jotter.cabal b/jotter.cabal
index 2f7b480..c61e73d 100644
--- a/jotter.cabal
+++ b/jotter.cabal
@@ -50,18 +50,3 @@ executable jotter
, containers
, jotter
default-language: Haskell2010
-
-test-suite jotter-test
- type: exitcode-stdio-1.0
- main-is: Spec.hs
- other-modules:
- Paths_jotter
- hs-source-dirs:
- test
- ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
- build-depends:
- async
- , base >=4.7 && <5
- , containers
- , jotter
- default-language: Haskell2010