From 6a3bc02dfa5ec9ea0a1ed7447c91becf2ad6623f Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Thu, 17 May 2018 09:46:18 -0800 Subject: 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. --- realCalc.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1