123456789101112131415161718 |
- name: s2
- version: 0.1.0.0
- -- synopsis:
- -- description:
- license: BSD3
- author: Getty Ritter <gettylefou@gmail.com>
- maintainer: Getty Ritter <gettylefou@gmail.com>
- copyright: @2018 Getty Ritter
- -- category:
- build-type: Simple
- cabal-version: >=1.14
- executable s2
- hs-source-dirs: .
- main-is: Main.hs
- default-language: Haskell2010
- ghc-options: -Wall
- build-depends: base >=4.7 && <5
|