From 7fde58742352f17b0cc2bf34f8815067aaa8b7da Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 30 Nov 2018 22:04:52 +0000 Subject: Reformat the main file and upgrade lts --- verifuzz.cabal | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'verifuzz.cabal') diff --git a/verifuzz.cabal b/verifuzz.cabal index c6795a5..f0b3f06 100644 --- a/verifuzz.cabal +++ b/verifuzz.cabal @@ -1,17 +1,17 @@ -name: verifuzz -version: 0.1.0.0 +name: verifuzz +version: 0.1.0.0 -- synopsis: -- description: -homepage: https://github.com/githubuser/verifuzz#readme -license: BSD3 -license-file: LICENSE -author: Yann Herklotz -maintainer: ymherklotz@gmail.com -copyright: 2018 Yann Herklotz -category: Web -build-type: Simple -cabal-version: >=1.10 -extra-source-files: README.md +homepage: https://github.com/githubuser/verifuzz#readme +license: BSD3 +license-file: LICENSE +author: Yann Herklotz +maintainer: ymherklotz@gmail.com +copyright: 2018 Yann Herklotz +category: Web +build-type: Simple +cabal-version: >=1.10 +extra-source-files: README.md library hs-source-dirs: src @@ -43,7 +43,6 @@ test-suite verifuzz-test type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: test.hs - other-modules: Test.VeriFuzz build-depends: base >= 4 && < 5 , verifuzz , tasty >= 0.7 -- cgit