Mercurial > hg > wordplay
changeset 9:8ef628eff167
note stack init step
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 01 Jan 2018 14:49:39 -0800 |
parents | cc74dcd1548b |
children | a5f50dab9fcd |
files | jotto/README.md jotto/jotto.cabal |
diffstat | 2 files changed, 17 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/jotto/README.md Sun Dec 24 13:27:57 2017 -0800 +++ b/jotto/README.md Mon Jan 01 14:49:39 2018 -0800 @@ -10,4 +10,6 @@ To build: ``` stack build -``` \ No newline at end of file +``` + +You will have to run `stack init` first.
--- a/jotto/jotto.cabal Sun Dec 24 13:27:57 2017 -0800 +++ b/jotto/jotto.cabal Mon Jan 01 14:49:39 2018 -0800 @@ -1,11 +1,13 @@ --- This file has been generated from package.yaml by hpack version 0.14.1. +-- 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: jotto word game -description: Play Jotto in Haskell! +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 @@ -28,9 +30,11 @@ hs-source-dirs: src build-depends: - base >= 4.7 && < 5 + base >=4.7 && <5 exposed-modules: Lib + other-modules: + Paths_jotto default-language: Haskell2010 executable jotto-exe @@ -39,8 +43,10 @@ app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: - base >= 4.7 && < 5 + base >=4.7 && <5 , jotto + other-modules: + Paths_jotto default-language: Haskell2010 test-suite jotto-test @@ -50,6 +56,8 @@ test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: - base >= 4.7 && < 5 + base >=4.7 && <5 , jotto + other-modules: + Paths_jotto default-language: Haskell2010