Package Details: haskell-pcap 0.4.5.2-3

Git Clone URL: https://aur.archlinux.org/haskell-pcap.git (read-only, click to copy)
Package Base: haskell-pcap
Description: A system-independent interface for user-level packet capture
Upstream URL: https://github.com/bos/pcap
Licenses: custom:BSD3
Conflicts: haskell-pcap
Provides: haskell-pcap
Submitter: codyps
Maintainer: codyps
Last Packager: codyps
Votes: 0
Popularity: 0.000000
First Submitted: 2016-06-29 17:39 (UTC)
Last Updated: 2018-09-12 04:13 (UTC)

Latest Comments

codyps commented on 2019-08-10 16:41 (UTC)

Yep, that looks like it's telling you it wants to update haskell-network, but haskell-pcap needs to be rebuilt. I currently include a dependency in haskell-pcap on the specific version of haskell-network present when the build occured.

This correctly represents the run-time dependency here, but unfortunately tooling (pacman, etc) doesn't seem to know how to handle it (ideally, we'd ignore the haskell-pcap => haskell-network dependency, install haskell-network, then rebuild & install haskell-pcap.

You can do this right now by explicitly telling pacman to ignore the dependency when installing haskell-network & then rebuild haskell-pcap afterwards.

Something like:

pacman -S -dd haskell-network
cd haskell-pcap
makepkg -fi
# Or: yay -S --rebuild haskell-pcap

sonny commented on 2019-08-08 10:43 (UTC)

warning: cannot resolve "haskell-network=2.8.0.0-15", a dependency of "haskell-pcap"
:: The following package cannot be upgraded due to unresolvable dependencies:
      haskell-pcap

codyps commented on 2017-06-16 15:20 (UTC)

0.4.5.2-2 adds haskell-network dependency.

jade1 commented on 2017-06-16 03:56 (UTC)

Missing dependency of haskell-network