Skip to content

Commit

Permalink
Adding appropriate xml-conduit constraints to all stackage resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed May 16, 2018
1 parent 8a52482 commit 4d962c5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
15 changes: 13 additions & 2 deletions stack-7.10.3.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
compiler: ghc-7.10.3
resolver: lts-7.6
compiler: ghc-7.10.3
resolver: lts-7.6

local-bin-path: bin

nix:
enable: false
packages: [zlib, icu]
add-gc-roots: true

flags:
semigroups:
bytestring-builder: false

extra-deps:
- http-conduit-2.2.0
- http-client-0.5.0.1
- http-client-tls-0.3.0
- xml-conduit-1.7.0.1

packages:
- core
- test
Expand Down
17 changes: 13 additions & 4 deletions stack-8.0.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
compiler: ghc-8.0.2
resolver: lts-9.0
flags: {}
extra-deps: []
compiler: ghc-8.0.2
resolver: lts-9.0

local-bin-path: bin

nix:
enable: false
packages: [zlib, icu]
add-gc-roots: true

extra-deps:
- xml-conduit-1.7.0.1

packages:
- core
- test
Expand Down
6 changes: 2 additions & 4 deletions stack-8.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ nix:
packages: [zlib, icu]
add-gc-roots: true

flags: {}

extra-deps:
- ede-0.2.9
- text-regex-replace-0.1.1.1
- ede-0.2.9
- text-regex-replace-0.1.1.1

packages:
- gen
Expand Down

0 comments on commit 4d962c5

Please sign in to comment.