Skip to content

Instantly share code, notes, and snippets.

@idontgetoutmuch
Created April 12, 2019 12:29
Show Gist options
  • Select an option

  • Save idontgetoutmuch/51e5b5e0dd8e918d20884db92604bfbb to your computer and use it in GitHub Desktop.

Select an option

Save idontgetoutmuch/51e5b5e0dd8e918d20884db92604bfbb to your computer and use it in GitHub Desktop.
Stack -> cabal new
extra-deps:
- inline-r-0.9.2
- vector-0.12.0.1
- Frames-0.6.1
- vinyl-0.11.0
- discrimination-0.3
- inline-c-0.6.1.0
- git: https://github.com/idontgetoutmuch/Kalman.git
commit: 4926787e24fb122c34b2ad70fe402d6d71a547c1
- git: https://github.com/idontgetoutmuch/random-fu-multivariate.git
commit: c28715921b42e9631c5b72b8716b330e89edd145
- git: https://github.com/ian-ross/hnetcdf
commit: d334efc0b0b4f39a1ed4f45a8b75663c2171af6a
- histogram-fill-0.9.1.0@sha256:e6233fe467a5a68a2f913e8b31a78e2db81de5c1a8f282be77757ccc040305a8
- diagrams-cairo-1.4.1@sha256:e08f15a15146da9222344fbc433ccd6103c0a7f1e9dfe21bb1e3d3e36ad83947
- cairo-0.13.6.0@sha256:a9122d48957a2dbb5a177e5068b850efa1e99bb22c68eb2571165c3c945a8dd6
- pango-0.13.6.0@sha256:ed8d300945bea97ccb652efc73d159634aefebff8c64f60eef6b6ac5ecebc4ae
- glib-0.13.7.0@sha256:25f62eb48d104342537dd1c724f07355d56226ca595ce6f1848415fbb7f59fa7
- gtk2hs-buildtools-0.13.5.0@sha256:a765766c4208a3e4def319ebf280fbb9e7d0a3f28d15922db36970404fb1daee
@idontgetoutmuch

Copy link
Copy Markdown
Author
bash-3.2$ cabal new-repl model-FFI:exe:analysis
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: Naperian-0.1.1.0 (user goal)
[__1] trying: vector-0.12.0.2 (dependency of Naperian)
[__2] next goal: model-FFI (user goal)
[__2] rejecting: model-FFI-0.1.0.0 (conflict: vector==0.12.0.2, model-FFI =>
vector==0.12.0.1)
[__2] fail (backjumping, conflict set: model-FFI, vector)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: vector, Naperian, model-FFI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment