Skip to content

Instantly share code, notes, and snippets.

@luochen1990
Created February 15, 2017 01:47
Show Gist options
  • Save luochen1990/4a50c5c10e521939cf8806dc39b1265b to your computer and use it in GitHub Desktop.
Save luochen1990/4a50c5c10e521939cf8806dc39b1265b to your computer and use it in GitHub Desktop.
note: stack install SourceGraph failed
#resolver: ghc-7.8.4
resolver: ghc-7.10.2
packages:
- '.'
extra-deps:
- SourceGraph-0.7.0.7
- Graphalyze-0.14.1.1
- fgl-5.5.3.0
- graphviz-2999.18.1.2
- haskell-src-exts-1.16.0.1
- mtl-2.2.1
- multiset-0.3.3
- random-1.1
- bktrees-0.3.1
- colour-2.3.3
- cpphs-1.20.3
- dlist-0.8.0.2
- old-locale-1.0.0.7
- pandoc-1.15.2.1
- polyparse-1.12
- temporary-1.2.0.4
- text-1.2.2.1
- wl-pprint-text-1.1.1.0
- HTTP-4000.2.23
- JuicyPixels-3.2.8
- SHA-1.6.4.2
- aeson-0.10.0.0
- base-compat-0.9.1
- base64-bytestring-1.0.0.1
- blaze-html-0.8.1.3
- blaze-markup-0.7.1.1
- cmark-0.4.1
- data-default-0.5.3
- deepseq-generics-0.1.1.2
- exceptions-0.8.3
- extensible-exceptions-0.1.1.4
- filemanip-0.3.6.3
- haddock-library-1.2.1
- highlighting-kate-0.6.4
- hslua-0.4.1
- http-client-0.4.31.2
- http-client-tls-0.2.4.1
- http-types-0.9.1
- network-2.6.3.1
- network-uri-2.6.1.0
- old-time-1.1.0.3
- pandoc-types-1.12.4.7
- parsec-3.1.11
- scientific-0.3.4.10
- syb-0.6
- tagsoup-0.13.10
- texmath-0.8.6.7
- unordered-containers-0.2.7.2
- vector-0.11.0.0
- xml-1.3.14
- yaml-0.8.21.2
- zip-archive-0.2.3.7
- zlib-0.6.1.2
- attoparsec-0.13.1.0
- blaze-builder-0.4.0.2
- case-insensitive-1.2.0.7
- conduit-1.2.9
- connection-0.2.7
- cookie-0.4.2.1
- data-default-class-0.1.2.0
- data-default-instances-base-0.1.0.1
- data-default-instances-containers-0.0.1
- data-default-instances-dlist-0.0.1
- data-default-instances-old-locale-0.0.1
- digest-0.0.1.2
- enclosed-exceptions-1.0.2
- hashable-1.2.5.0
- integer-logarithms-1.0.1
- mime-types-0.1.0.7
- primitive-0.6.2.0
- regex-pcre-builtin-0.94.4.8.8.35
- resourcet-1.1.9
- semigroups-0.18.2
- stm-2.4.4.1
- streaming-commons-0.1.17
- tls-1.3.9
- transformers-compat-0.5.1.4
- unix-compat-0.4.3.1
- utf8-string-1.0.1.1
- asn1-encoding-0.9.4
- asn1-types-0.3.2
- async-2.1.1
- byteable-0.1.1
- bytestring-builder-0.10.8.1.0
- cereal-0.5.4.0
- cryptonite-0.21
- fail-4.9.0.0
- lifted-base-0.2.3.8
- memory-0.14.1
- mmorph-1.0.9
- monad-control-1.0.1.0
- regex-base-0.93.2
- socks-0.5.5
- tagged-0.8.5
- transformers-base-0.4.4
- x509-1.6.5
- x509-store-1.6.2
- x509-system-1.6.4
- x509-validation-1.6.5
- asn1-parse-0.9.4
- hourglass-0.2.10
- pem-0.2.2
flags: {}
extra-package-dbs: []
$ stack install SourceGraph
Setting codepage to UTF-8 (65001) to ensure correct output from GHC
Warning: File listed in haha.cabal file does not exist: README.md
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for Graphalyze-0.14.1.1:
time-1.5.0.1 must match <1.5 (latest applicable is 1.4.2)
In the dependencies for semigroups-0.18.2:
bytestring-0.10.6.0 must match >=0.9 && <0.10.4 (latest applicable is 0.10.2.0)
In the dependencies for vector-0.11.0.0:
primitive-0.6.2.0 must match >=0.5.0.1 && <0.6.2 (latest applicable is 0.6.1.0)
Plan construction failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment