byorgey / BlogLiterately

Command-line tool for formatting and publishing blog posts.
GNU General Public License v3.0
19 stars 4 forks source link

dependency ish #21

Closed eflister closed 9 years ago

eflister commented 9 years ago

on latest minghc (GHC 7.10.1 32 bit) on win7/64 (after updating cabal-install to 1.22.6, not sure if that mattered)

C:\Users\nlab>cabal install BlogLiterately
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: BlogLiterately-0.8.1 (user goal)
trying: lens-4.11 (dependency of BlogLiterately-0.8.1)
trying: text-0.11.2.3/installed-869... (dependency of lens-4.11)
trying: pandoc-citeproc-0.7.2 (dependency of BlogLiterately-0.8.1)
next goal: attoparsec (dependency of pandoc-citeproc-0.7.2)
rejecting: attoparsec-0.13.0.0, 0.12.1.6, 0.12.1.5, 0.12.1.4, 0.12.1.3,
0.12.1.2, 0.12.1.1, 0.12.1.0, 0.12.0.0 (conflict:
text==0.11.2.3/installed-869..., attoparsec => text>=1.1.1.3)
rejecting: attoparsec-0.11.3.4, 0.11.3.3, 0.11.3.2, 0.11.3.1, 0.11.3.0,
0.11.2.1 (conflict: text==0.11.2.3/installed-869..., attoparsec =>
text>=0.11.3.1)
trying: attoparsec-0.11.1.0
trying: scientific-0.3.3.8 (dependency of attoparsec-0.11.1.0)
rejecting: scientific-0.3.3.8:+bytestring-builder (conflict: text =>
bytestring==0.9.2.1/installed-0c7..., scientific-0.3.3.8:bytestring-builder =>
bytestring>=0.10 && <0.11)
rejecting: scientific-0.3.3.8:-bytestring-builder (manual flag can only be
changed explicitly)
Backjump limit reached (change with --max-backjumps).
eflister commented 9 years ago

max-backjumps=-1 ran out of memory

causes the problem: >cabal install pandoc-citeproc

seems to relate to process -- i needed 1.1.0.2 cuz of https://github.com/haskell/process/issues/35

earliest citeproc that works: > cabal install pandoc-citeproc-0.6.0.1 --force-reinstalls