packages feed

hsilop-0.1.2.0: hsilop.cabal

name:                hsilop
version:             0.1.2.0
synopsis:            RPN calculator
description:

  ʜƨiloꟼ is a simple reverse polish notation calculator
  with haskeline line editing capabilites.

homepage:            https://github.com/Rnhmjoj/hsilop
license:             MIT
license-file:        LICENSE
author:              rnhmjoj
maintainer:          micheleguerinirocco@me.com
copyright:           
category:            Math
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/rnhmjoj/hsilop

executable hsilop
  main-is:             Main.hs
  hs-source-dirs:      src
  default-language:    Haskell2010
  other-extensions:    ViewPatterns
  build-depends:       base ==4.*, haskeline
  ghc-options:         -O2