aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-28 21:08:10 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-10-28 21:10:20 +0000
commit4fd1105b865e5b20ef801c53bcefbd7a7d5474f0 (patch)
tree31069b8e72de575f2892089889704d225cbfa98e /verifuzz.cabal
parent62fffd351e92b96ad9ae0c88e6b7d59775594ac3 (diff)
downloadverismith-4fd1105b865e5b20ef801c53bcefbd7a7d5474f0.tar.gz
verismith-4fd1105b865e5b20ef801c53bcefbd7a7d5474f0.zip
Initial commit
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal21
1 files changed, 21 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
new file mode 100644
index 0000000..ec4ec70
--- /dev/null
+++ b/verifuzz.cabal
@@ -0,0 +1,21 @@
+name: verifuzz
+version: 0.1.0.0
+-- synopsis:
+-- description:
+homepage: https://github.com/githubuser/verifuzz#readme
+license: BSD3
+license-file: LICENSE
+author: Author name here
+maintainer: example@example.com
+copyright: 2018 Author name here
+category: Web
+build-type: Simple
+cabal-version: >=1.10
+extra-source-files: README.md
+
+executable verifuzz
+ hs-source-dirs: src
+ main-is: Main.hs
+ default-language: Haskell2010
+ build-depends: base >= 4.7 && < 5
+ , QuickCheck