Prepare cabal dist
This commit is contained in:
parent
fe23e3aec2
commit
5b67fd91fd
3
LICENSE
Normal file
3
LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Dual licensed under the MIT and GPL licenses:
|
||||
http://www.opensource.org/licenses/mit-license.php
|
||||
http://www.gnu.org/licenses/gpl.html
|
30
hsilop.cabal
Normal file
30
hsilop.cabal
Normal file
@ -0,0 +1,30 @@
|
||||
name: hsilop
|
||||
version: 0.1.0.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.7.*, haskeline ==0.7.*
|
||||
ghc-options: -O2
|
Loading…
Reference in New Issue
Block a user