haskellPackages_ghc741_no_profiling.downloadCurl depends on old version of tagsoup

27 views
Skip to first unread message

Daniel Santa Cruz

unread,
Jun 6, 2012, 10:01:00 PM6/6/12
to nix...@googlegroups.com
I'm wondering if there is any special reason that download-curl is made to depend on tagsoup-0.10.1, instead of the newer version of tagsoup? At the moment this requirement is preventing download-curl from building. I have removed the dependency on tagsoup-0.10.1 and things seem to build again.

Daniel


Index: haskell-packages.nix
===================================================================
--- haskell-packages.nix (revision 34376)
+++ haskell-packages.nix (working copy)
@@ -619,7 +619,7 @@
 
   download = callPackage ../development/libraries/haskell/download {};
 
-  downloadCurl = callPackage ../development/libraries/haskell/download-curl { tagsoup = self.tagsoup_0_10_1; };
+  downloadCurl = callPackage ../development/libraries/haskell/download-curl {};
 
   DSH = callPackage ../development/libraries/haskell/DSH {};
 

erik quanstrom

unread,
Jun 6, 2012, 10:04:19 PM6/6/12
to nix...@googlegroups.com
On Wed Jun 6 22:01:04 EDT 2012, dst...@gmail.com wrote:

> I'm wondering if there is any special reason that download-curl is made to
> depend on tagsoup-0.10.1, instead of the newer version of tagsoup? At the
> moment this requirement is preventing download-curl from building. I have
> removed the dependency on tagsoup-0.10.1 and things seem to build again.
>
> Daniel

i think you have the wrong nix. this one is plan 9-based,
not linux based.

- erik
Reply all
Reply to author
Forward
0 new messages