Skip to content

Instantly share code, notes, and snippets.

@tomasaschan
Created December 26, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasaschan/484f68b28bd3a76c01860d9eff6c42a6 to your computer and use it in GitHub Desktop.
Save tomasaschan/484f68b28bd3a76c01860d9eff6c42a6 to your computer and use it in GitHub Desktop.
Cassava installation error
name: aoc
version: 2018.12.0.0
github: "tomasaschan/advent-of-code-2018"
license: BSD3
author: "Tomas Aschan"
maintainer: "1550920+tomasaschan@users.noreply.github.com"
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
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