summaryrefslogtreecommitdiff
path: root/doc/bugs/Cabal_dependency_monadIO_missing
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Cabal_dependency_monadIO_missing
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Cabal_dependency_monadIO_missing')
-rw-r--r--doc/bugs/Cabal_dependency_monadIO_missing/comment_1_14be660aa57fadec0d81b32a8b52c66f._comment75
-rw-r--r--doc/bugs/Cabal_dependency_monadIO_missing/comment_2_4f4d8e1e00a2a4f7e8a8ab082e16adac._comment8
2 files changed, 0 insertions, 83 deletions
diff --git a/doc/bugs/Cabal_dependency_monadIO_missing/comment_1_14be660aa57fadec0d81b32a8b52c66f._comment b/doc/bugs/Cabal_dependency_monadIO_missing/comment_1_14be660aa57fadec0d81b32a8b52c66f._comment
deleted file mode 100644
index 8e38205f0..000000000
--- a/doc/bugs/Cabal_dependency_monadIO_missing/comment_1_14be660aa57fadec0d81b32a8b52c66f._comment
+++ /dev/null
@@ -1,75 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s"
- nickname="Thomas"
- subject="comment 1"
- date="2011-08-08T09:04:20Z"
- content="""
-I use Debian Squeeze, I have the Debian package cabal-install 0.8.0-1 installed.
-
- $ git clone git://git-annex.branchable.com/
- $ cd git-annex.branchable.com
- $ cabal update
- $ cabal install cabal-install
-
-This installed: Cabal-1.10.2.0, zlib-0.5.3.1, cabal-install 0.10.2.
-No version of monad-control or monadIO installed.
-
- $ ~/.cabal/bin/cabal install
- Registering QuickCheck-2.4.1.1...
- Registering Crypto-4.2.3...
- Registering base-unicode-symbols-0.2.2.1...
- Registering deepseq-1.1.0.2...
- Registering hxt-charproperties-9.1.0...
- Registering hxt-regex-xmlschema-9.0.0...
- Registering hxt-unicode-9.0.1...
- Registering hxt-9.1.2...
- Registering stm-2.2.0.1...
- Registering hS3-0.5.6...
- Registering transformers-0.2.2.0...
- Registering monad-control-0.2.0.1...
- [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o )
- Linking ./dist/setup/setup ...
- ghc -O2 -Wall -ignore-package monads-fd -fspec-constr-count=5 --make configure
- [1 of 2] Compiling TestConfig ( TestConfig.hs, TestConfig.o )
- [2 of 2] Compiling Main ( configure.hs, configure.o )
- Linking configure ...
- ./configure
- checking version... 3.20110720
- checking cp -a... yes
- checking cp -p... yes
- checking cp --reflink=auto... yes
- checking uuid generator... uuid
- checking xargs -0... yes
- checking rsync... yes
- checking curl... yes
- checking bup... yes
- checking gpg... yes
- checking sha1... sha1sum
- checking sha256... sha256sum
- checking sha512... sha512sum
- checking sha224... sha224sum
- checking sha384... sha384sum
-
- ...
-
- Command/Add.hs:54:3:
- No instance for (Control.Monad.IO.Control.MonadControlIO
- (Control.Monad.State.Lazy.StateT Annex.AnnexState IO))
- arising from a use of `handle' at Command/Add.hs:54:3-24
- Possible fix:
- add an instance declaration for
- (Control.Monad.IO.Control.MonadControlIO
- (Control.Monad.State.Lazy.StateT Annex.AnnexState IO))
- In the first argument of `($)', namely `handle (undo file key)'
- In a stmt of a 'do' expression:
- handle (undo file key) $ moveAnnex key file
- In the expression:
- do { handle (undo file key) $ moveAnnex key file;
- next $ cleanup file key }
- cabal: Error: some packages failed to install:
- git-annex-3.20110719 failed during the building phase. The exception was:
- ExitFailure 1
-
-After I added a depencency for monadIO to the git-annex.cabal file, it installed correctly.
--- Thomas
-"""]]
diff --git a/doc/bugs/Cabal_dependency_monadIO_missing/comment_2_4f4d8e1e00a2a4f7e8a8ab082e16adac._comment b/doc/bugs/Cabal_dependency_monadIO_missing/comment_2_4f4d8e1e00a2a4f7e8a8ab082e16adac._comment
deleted file mode 100644
index adf7a34e6..000000000
--- a/doc/bugs/Cabal_dependency_monadIO_missing/comment_2_4f4d8e1e00a2a4f7e8a8ab082e16adac._comment
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="http://joey.kitenet.net/"
- nickname="joey"
- subject="comment 2"
- date="2011-08-17T04:56:30Z"
- content="""
-Finally got a chance to try to reproduce this. I followed your recipe exactly in a clean squeeze chroot. monadIO was not installed, but git-annex built ok, using monad-control.
-"""]]