diff options
author | Andrew Cady <d@jerkface.net> | 2016-02-23 12:39:08 -0500 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-02-23 12:39:08 -0500 |
commit | aad209be278b2c6b96c461d6d7b221b29bd964cc (patch) | |
tree | d45aeade56f69cc2c56f376d3f02e74e4facc1a4 /stack.yaml | |
parent | 2191e88da4b3cace8d30ac91854a1e566c6bb7b2 (diff) |
avoid forked xml-conduit
turns out it wasn't necessary
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -7,12 +7,6 @@ resolver: lts-5.4 | |||
7 | # Local packages, usually specified by relative directory name | 7 | # Local packages, usually specified by relative directory name |
8 | packages: | 8 | packages: |
9 | - '.' | 9 | - '.' |
10 | - location: | ||
11 | git: git@github.com:afcady/xml.git | ||
12 | commit: 3096cfd59ea95944fab4b0af26e1722863f02090 | ||
13 | subdirs: | ||
14 | - xml-conduit | ||
15 | extra-dep: true | ||
16 | # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) | 10 | # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) |
17 | extra-deps: [] | 11 | extra-deps: [] |
18 | 12 | ||