Skip to content

Commit

Permalink
Update to latest Stackage LTS. Upgrade diagrams-graphviz. Add images …
Browse files Browse the repository at this point in the history
…folder.
  • Loading branch information
rgleichman committed Aug 27, 2016
1 parent 2ac31f8 commit 22394d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added images/EMPTY
Empty file.
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,15 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md


# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.0 resolver: lts-6.13


# Local packages, usually specified by relative directory name # Local packages, usually specified by relative directory name
packages: packages:
- '.' - '.'


# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: [ extra-deps: [
"diagrams-graphviz-1.3.0.0" "diagrams-graphviz-1.3.1"
] ]


# Override default flag values for local packages and extra-deps # Override default flag values for local packages and extra-deps
Expand Down

0 comments on commit 22394d6

Please sign in to comment.