aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-05-17 09:46:18 -0800
committerRaymond Hogenson <rhogenson@posteo.net>2018-05-17 09:46:18 -0800
commit6a3bc02dfa5ec9ea0a1ed7447c91becf2ad6623f (patch)
treef097248d358f049437d2941b90ebbfb570b826ff
parent78001436a52a4cc9b5e22bca489fb8ed09a72376 (diff)
downloadhsc-6a3bc02dfa5ec9ea0a1ed7447c91becf2ad6623f.tar.zst
Fix .cabal based on cabal check
I've taken out Wall, which I guess makes sense, and I've added a description. I don't plan on submitting this to Hackage or anything.
-rw-r--r--realCalc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/realCalc.cabal b/realCalc.cabal
index 6adede9..26d9e42 100644
--- a/realCalc.cabal
+++ b/realCalc.cabal
@@ -15,6 +15,9 @@ version: 0.1
-- A short (one-line) description of the package.
synopsis: Probably something like this already exists
+description: A small calculator meant to be opened with a keybinding for quick
+ calculations.
+
-- A longer description of the package.
-- description:
@@ -65,4 +68,4 @@ executable realCalc
-- Base language which the package is written in.
default-language: Haskell2010
- ghc-options: -Wall -Werror
+ ghc-options: -Wall