Created
December 11, 2016 02:16
-
-
Save bsima/eb911b9ee1097bc67e029ecdee4cc686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: api | |
| version: 0.1.0.0 | |
| synopsis: Initial project template from stack | |
| description: Please see README.md | |
| homepage: https://github.com/githubuser/api#readme | |
| license: BSD3 | |
| license-file: LICENSE | |
| author: Author name here | |
| maintainer: example@example.com | |
| copyright: 2016 Author name here | |
| category: Web | |
| build-type: Simple | |
| extra-source-files: README.md | |
| cabal-version: >=1.10 | |
| executable api-exe | |
| hs-source-dirs: src/server | |
| main-is: Main.hs | |
| ghc-options: -threaded -rtsopts -with-rtsopts=-N | |
| other-modules: Ampf | |
| , Ampf.HappyHour | |
| , Ampf.User | |
| build-depends: base >= 4.7 && < 5 | |
| , aeson | |
| , servant-server | |
| , wai | |
| , warp | |
| , time | |
| , dbmigrations | |
| , dbmigrations-postgresql | |
| , postgresql-simple | |
| , text | |
| , heroku | |
| default-language: Haskell2010 | |
| test-suite api-test | |
| type: exitcode-stdio-1.0 | |
| hs-source-dirs: test | |
| main-is: Spec.hs | |
| build-depends: base | |
| , api | |
| ghc-options: -threaded -rtsopts -with-rtsopts=-N | |
| default-language: Haskell2010 | |
| source-repository head | |
| type: git | |
| location: https://github.com/githubuser/api |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ben@neb app : stack build | |
| api-0.1.0.0: configure | |
| Configuring api-0.1.0.0... | |
| setup-Simple-Cabal-1.24.0.0-ghc-8.0.1: Encountered missing dependencies: | |
| dbmigrations-postgresql -any | |
| -- While building package api-0.1.0.0 using: | |
| /home/ben/.stack/setup-exe-cache/x86_64-linux/setup-Simple-Cabal-1.24.0.0-ghc-8.0.1 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.0.0 configure --with-ghc=/usr/bin/ghc --with-ghc-pkg=/usr/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/home/ben/.stack/snapshots/x86_64-linux/lts-7.12/8.0.1/pkgdb --package-db=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/pkgdb --libdir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/lib --bindir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/bin --datadir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/share --libexecdir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/libexec --sysconfdir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/etc --docdir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/doc/api-0.1.0.0 --htmldir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/doc/api-0.1.0.0 --haddockdir=/home/ben/Desktop/app/.stack-work/install/x86_64-linux/lts-7.12/8.0.1/doc/api-0.1.0.0 --dependency=aeson=aeson-0.11.2.1-5ZQWuTFmffALcfpzDCXoOz --dependency=base=base-4.9.0.0 --dependency=dbmigrations=dbmigrations-2.0.0-LqRrmrYRQj2908T7GC0kSb --dependency=heroku=heroku-0.1.2.3-2kBiC4Isf1QCnbc8D8I510 --dependency=postgresql-simple=postgresql-simple-0.5.2.1-3INwbAr3KaOko5GoR6I2w --dependency=servant-server=servant-server-0.8.1-K0euN04vPTa45wy4acLZH0 --dependency=text=text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s --dependency=time=time-1.6.0.1 --dependency=wai=wai-3.2.1.1-f77bMYZGLQBAD3XJrvGiW --dependency=warp=warp-3.2.9-GXzPTh1481F3R0zZxzj1WW --enable-tests --enable-benchmarks | |
| Process exited with code: ExitFailure 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flags: {} | |
| extra-package-dbs: [] | |
| packages: | |
| - '.' | |
| extra-deps: | |
| - HDBC-postgresql-2.3.2.4 | |
| - HsSyck-0.53 | |
| - dbmigrations-2.0.0 | |
| - dbmigrations-postgresql-2.0.0 | |
| - heroku-0.1.2.3 | |
| - yaml-light-0.1.4 | |
| resolver: lts-7.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment