diff options
Diffstat (limited to 'doc/bugs/Android_chroot_stuck_in_Cabal_hell')
-rw-r--r-- | doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_2_98ad86d951bda7f2f849b084fd40d1c6._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_2_98ad86d951bda7f2f849b084fd40d1c6._comment b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_2_98ad86d951bda7f2f849b084fd40d1c6._comment new file mode 100644 index 000000000..564bef6da --- /dev/null +++ b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_2_98ad86d951bda7f2f849b084fd40d1c6._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-04-19T17:22:48Z" + content=""" +unix-2.6.0.1 is a very old version of that package, and unix-2.7.1.0 is +included with the version of ghc used by the android build. + +So, it seems that some dependency mess is causing cabal to try to install a +second, old version of unix. Which can't possibly work. + +This is apparently happening in the host ghc setup, not the cross compiling +ghc setup. +"""]] |