view jotto/jotto.cabal @ 9:8ef628eff167

note stack init step
author Jeff Hammel <k0scist@gmail.com>
date Mon, 01 Jan 2018 14:49:39 -0800
parents 3fcf9e52cbfa
children
line wrap: on
line source

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 83655f224e23565878a0b2218d8c0cc0a90f1848957569d80031d03e53f99dc3

name:           jotto
version:        0.1.0.0
synopsis:       Short description of your package
description:    Please see the README on Github at <https://github.com/githubuser/jotto#readme>
homepage:       https://github.com/k0s/wordplay#readme
bug-reports:    https://github.com/k0s/wordplay/issues
author:         Jeff Hammel
maintainer:     k0scist@gmail.com
copyright:      2017 Jeff Hammel
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/k0s/wordplay

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
  exposed-modules:
      Lib
  other-modules:
      Paths_jotto
  default-language: Haskell2010

executable jotto-exe
  main-is: Main.hs
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , jotto
  other-modules:
      Paths_jotto
  default-language: Haskell2010

test-suite jotto-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , jotto
  other-modules:
      Paths_jotto
  default-language: Haskell2010