Created
December 26, 2018 15:44
-
-
Save tomasaschan/484f68b28bd3a76c01860d9eff6c42a6 to your computer and use it in GitHub Desktop.
Cassava installation error
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: aoc | |
version: 2018.12.0.0 | |
github: "tomasaschan/advent-of-code-2018" | |
license: BSD3 | |
author: "Tomas Aschan" | |
maintainer: "[email protected]" | |
copyright: "2018 Tomas Aschan" | |
extra-source-files: | |
- README.md | |
- ChangeLog.md | |
# To avoid duplicated efforts in documentation and dealing with the | |
# complications of embedding Haddock markup inside cabal files, it is | |
# common to point users to the README.md file. | |
description: Please see the README on GitHub at <https://github.com/tomasaschan/advent-of-code-2018#readme> | |
dependencies: | |
- base | |
- hspec | |
- split | |
- containers | |
library: | |
source-dirs: src | |
executables: | |
aoc: | |
main: Main.hs | |
source-dirs: app | |
ghc-options: | |
- -threaded | |
- -rtsopts | |
- -with-rtsopts=-N | |
dependencies: | |
- aoc | |
- directory | |
- containers | |
- graphite | |
tests: | |
aoc-test: | |
main: Spec.hs | |
source-dirs: test | |
ghc-options: | |
- -threaded | |
- -rtsopts | |
- -with-rtsopts=-N | |
dependencies: | |
- aoc | |
- hspec | |
- QuickCheck |
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
resolver: ghc-8.4.3 | |
packages: | |
- . | |
extra-deps: | |
- ansi-terminal-0.8.2 | |
- attoparsec-0.13.2.2 | |
- base-compat-0.10.5 | |
- bytestring-builder-0.10.8.2.0 | |
- call-stack-0.1.0 | |
- cassava-0.5.1.0 | |
- clock-0.7.2 | |
- colour-2.3.4 | |
- dlist-0.8.0.5 | |
- erf-2.0.0.0 | |
- exceptions-0.10.0 | |
- fgl-5.6.0.0 | |
- ghc-paths-0.1.0.9 | |
- graphite-0.9.8.0 | |
- graphviz-2999.20.0.2 | |
- hashable-1.2.7.0 | |
- hspec-2.6.0 | |
- hspec-core-2.6.0 | |
- hspec-discover-2.6.0 | |
- hspec-expectations-0.8.2 | |
- HUnit-1.6.0.0 | |
- integer-logarithms-1.0.2.2 | |
- mintty-0.1.2 | |
- network-2.8.0.0 | |
- Only-0.1 | |
- QuickCheck-2.12.6.1 | |
- quickcheck-io-0.2.0 | |
- polyparse-1.12.1 | |
- primitive-0.6.4.0 | |
- random-1.1 | |
- scientific-0.3.6.2 | |
- semigroups-0.18.5 | |
- setenv-0.1.1.3 | |
- split-0.2.3.3 | |
- syb-0.7 | |
- text-short-0.1.2 | |
- temporary-1.3 | |
- tf-random-0.5 | |
- transformers-compat-0.6.2 | |
- unordered-containers-0.2.9.0 | |
- vector-0.12.0.1 | |
- wl-pprint-text-1.2.0.0 | |
# - containers-0.5.11.0 | |
flags: {} | |
extra-package-dbs: [] | |
allow-newer: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment