Search Criteria
Package Details: haskell-pcap 0.4.5.2-3
Package Actions
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) |
Dependencies (3)
- ghc (ghc-cabal-artsAUR)
- haskell-network
- git (git-gitAUR, git-glAUR) (make)
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 installinghaskell-network
& then rebuildhaskell-pcap
afterwards.Something like:
sonny commented on 2019-08-08 10:43 (UTC)
codyps commented on 2017-06-16 15:20 (UTC)
jade1 commented on 2017-06-16 03:56 (UTC)