Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Created January 25, 2021 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/6431ec084c895893b093ab4d313c15f4 to your computer and use it in GitHub Desktop.
Save dminuoso/6431ec084c895893b093ab4d313c15f4 to your computer and use it in GitHub Desktop.
λ ~/wobcom/projects/freyja/ refactor-rest* cabal build ip-qq ~/wobcom/projects/freyja
Warning: The package list for 'hackage.haskell.org' is 16 days old.
Run 'cabal update' to get the latest list of available packages.
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: freyja-0.3.1.0 (user goal)
[__1] trying: ip-1.7.2 (dependency of freyja)
[__2] next goal: ip-qq (user goal)
[__2] rejecting: ip-qq-0.1 (conflict: ip==1.7.2, ip-qq => ip^>=1.7.3)
[__2] fail (backjumping, conflict set: ip, ip-qq)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: ip, ip-qq, freyja
λ ~/wobcom/projects/freyja/ refactor-rest* cat ip-qq/ip-qq.cabal ~/wobcom/projects/freyja
cabal-version: 2.0
name: ip-qq
version: 0.1
synopsis: QuasiQuoters for the MAC addresses, IP addresses and ranges from ip
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Victor.Nawothnig@wobcom.de
maintainer: Victor.Nawothnig@wobcom.de
copyright: 2020 Victor Nawothnig
category: web
build-type: Simple
library
exposed-modules: Net.QQ
ghc-options: -Wall -O2
build-depends: base >=4.13 && <4.14
, ip ^>= 1.7.3
, template-haskell ^>= 2.15.0
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment