aboutsummaryrefslogtreecommitdiff
path: root/repro.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-06-09 12:52:50 +0200
committerTom Smeding <tom@tomsmeding.com>2024-06-09 12:53:21 +0200
commit6e2c2594db3f32e98c66893943e02c9c0bde8c03 (patch)
tree89b50773d53f624b457422ab0bdb310ee0bf3f3c /repro.cabal
parent9d31dca7288b0e5ff50dd9f44381b70b742755f2 (diff)
Clean up the codeHEADmaster
Diffstat (limited to 'repro.cabal')
-rw-r--r--repro.cabal8
1 files changed, 2 insertions, 6 deletions
diff --git a/repro.cabal b/repro.cabal
index 3a22448..09313f3 100644
--- a/repro.cabal
+++ b/repro.cabal
@@ -1,18 +1,14 @@
cabal-version: 3.0
name: repro
version: 0.1.0.0
-author: Tom Smeding
-license: BSD-3-Clause
+license: NONE
build-type: Simple
library
exposed-modules: F A B
- build-depends: base, template-haskell,
+ build-depends: base, template-haskell
hs-source-dirs: src
c-sources: cbits/arith.c
-
- cc-options: -O3 -Wall -Wextra -std=c99
-
default-language: Haskell2010
ghc-options: -Wall
other-extensions: TemplateHaskell