diff options
Diffstat (limited to 'realCalc.cabal')
| -rw-r--r-- | realCalc.cabal | 5 |
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 |
