diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-28 14:21:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-28 14:21:57 -0400 |
commit | 3cc773661f43e68a973f12800b33cf823e35c31f (patch) | |
tree | 9318e1df9ceb143752f259e9325e1f7f4f3e0dcc /doc/bugs | |
parent | 4e6ae471667beaa308607b3b03522ebabaf3014a (diff) |
pin unix to already installed version
This prevents multiple versions of unix, from ghc and needed by newer
versions of some packages conflicting.
Had to update the bytestring and blaze-builder pins follow-on from this
change.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Android_chroot_stuck_in_Cabal_hell.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_4_3dd3b8005fef7a5dad69b7d1c1154235._comment | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Android_chroot_stuck_in_Cabal_hell.mdwn b/doc/bugs/Android_chroot_stuck_in_Cabal_hell.mdwn index 1587d4a66..1cca413a6 100644 --- a/doc/bugs/Android_chroot_stuck_in_Cabal_hell.mdwn +++ b/doc/bugs/Android_chroot_stuck_in_Cabal_hell.mdwn @@ -18,3 +18,5 @@ collect2: error: ld returned 1 exit status Makefile:225: recipe for target 'android' failed make: *** [android] Error 1 """]] + +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_4_3dd3b8005fef7a5dad69b7d1c1154235._comment b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_4_3dd3b8005fef7a5dad69b7d1c1154235._comment new file mode 100644 index 000000000..abf801c75 --- /dev/null +++ b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_4_3dd3b8005fef7a5dad69b7d1c1154235._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2016-04-28T17:21:00Z" + content=""" +Reproduced, fixed. +"""]] |