Mercurial > hg > wordplay
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8:cc74dcd1548b | 9:8ef628eff167 |
|---|---|
| 1 -- This file has been generated from package.yaml by hpack version 0.14.1. | 1 -- This file has been generated from package.yaml by hpack version 0.20.0. |
| 2 -- | 2 -- |
| 3 -- see: https://github.com/sol/hpack | 3 -- see: https://github.com/sol/hpack |
| 4 -- | |
| 5 -- hash: 83655f224e23565878a0b2218d8c0cc0a90f1848957569d80031d03e53f99dc3 | |
| 4 | 6 |
| 5 name: jotto | 7 name: jotto |
| 6 version: 0.1.0.0 | 8 version: 0.1.0.0 |
| 7 synopsis: jotto word game | 9 synopsis: Short description of your package |
| 8 description: Play Jotto in Haskell! | 10 description: Please see the README on Github at <https://github.com/githubuser/jotto#readme> |
| 9 homepage: https://github.com/k0s/wordplay#readme | 11 homepage: https://github.com/k0s/wordplay#readme |
| 10 bug-reports: https://github.com/k0s/wordplay/issues | 12 bug-reports: https://github.com/k0s/wordplay/issues |
| 11 author: Jeff Hammel | 13 author: Jeff Hammel |
| 12 maintainer: k0scist@gmail.com | 14 maintainer: k0scist@gmail.com |
| 13 copyright: 2017 Jeff Hammel | 15 copyright: 2017 Jeff Hammel |
| 26 | 28 |
| 27 library | 29 library |
| 28 hs-source-dirs: | 30 hs-source-dirs: |
| 29 src | 31 src |
| 30 build-depends: | 32 build-depends: |
| 31 base >= 4.7 && < 5 | 33 base >=4.7 && <5 |
| 32 exposed-modules: | 34 exposed-modules: |
| 33 Lib | 35 Lib |
| 36 other-modules: | |
| 37 Paths_jotto | |
| 34 default-language: Haskell2010 | 38 default-language: Haskell2010 |
| 35 | 39 |
| 36 executable jotto-exe | 40 executable jotto-exe |
| 37 main-is: Main.hs | 41 main-is: Main.hs |
| 38 hs-source-dirs: | 42 hs-source-dirs: |
| 39 app | 43 app |
| 40 ghc-options: -threaded -rtsopts -with-rtsopts=-N | 44 ghc-options: -threaded -rtsopts -with-rtsopts=-N |
| 41 build-depends: | 45 build-depends: |
| 42 base >= 4.7 && < 5 | 46 base >=4.7 && <5 |
| 43 , jotto | 47 , jotto |
| 48 other-modules: | |
| 49 Paths_jotto | |
| 44 default-language: Haskell2010 | 50 default-language: Haskell2010 |
| 45 | 51 |
| 46 test-suite jotto-test | 52 test-suite jotto-test |
| 47 type: exitcode-stdio-1.0 | 53 type: exitcode-stdio-1.0 |
| 48 main-is: Spec.hs | 54 main-is: Spec.hs |
| 49 hs-source-dirs: | 55 hs-source-dirs: |
| 50 test | 56 test |
| 51 ghc-options: -threaded -rtsopts -with-rtsopts=-N | 57 ghc-options: -threaded -rtsopts -with-rtsopts=-N |
| 52 build-depends: | 58 build-depends: |
| 53 base >= 4.7 && < 5 | 59 base >=4.7 && <5 |
| 54 , jotto | 60 , jotto |
| 61 other-modules: | |
| 62 Paths_jotto | |
| 55 default-language: Haskell2010 | 63 default-language: Haskell2010 |
