Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch-hs-diff showed wrong flags #25

Closed
berberman opened this issue Oct 28, 2020 · 0 comments
Closed

arch-hs-diff showed wrong flags #25

berberman opened this issue Oct 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@berberman
Copy link
Owner

$ arch-hs-diff skylighting-core 0.8.5 0.10
  ▶ You didn't pass -f, different flag values may make difference in dependency resolving.
  ⓘ Loading community.db...
  ⓘ Start running...
  ⓘ Downloading cabal file from https://hackage.haskell.org/package/skylighting-core-0.8.5/revision/0.cabal...
  ⓘ Downloading cabal file from https://hackage.haskell.org/package/skylighting-core-0.10/revision/0.cabal...
Package: skylighting-core
Version: 0.8.5  ⇒  0.10
Synopsis: syntax highlighting library
URL: https://github.com/jgm/skylighting
Depends:
    containers  -any
    regex-pcre-builtin  >=0.95
    aeson  >=1.0
    ansi-terminal  >=0.7
    attoparsec  -any
    base  >=4.8 && <5.0
    base64-bytestring  -any
    binary  -any
    blaze-html  >=0.5
    bytestring  -any
    case-insensitive  -any
    colour  >=2.0
    directory  >=1.2.5
    filepath  -any
    hxt  -any
    mtl  -any
    safe  -any
    text  -any
    transformers  -any
    utf8-string  -any
--------------------------------------
    containers  >=0.5.8.2
    aeson  >=1.0
    ansi-terminal  >=0.7
    attoparsec  -any
    base  >=4.8 && <5.0
    base64-bytestring  -any
    binary  -any
    blaze-html  >=0.5
    bytestring  -any
    case-insensitive  -any
    colour  >=2.0
    directory  >=1.2.5
    filepath  -any
    hxt  -any
    mtl  -any
    safe  -any
    text  -any
    transformers  -any
    utf8-string  -any

"regex-pcre-builtin" is required to be in range (>=0.95), but [community] does not provide this package.

MakeDepends:
    Diff  -any
    HUnit  -any
    QuickCheck  -any
    directory  -any
    pretty-show  -any
    random  -any
    tasty  -any
    tasty-golden  -any
    tasty-hunit  -any
    tasty-quickcheck  -any
--------------------------------------
    containers  -any
    Diff  -any
    HUnit  -any
    QuickCheck  -any
    directory  -any
    pretty-show  -any
    random  -any
    tasty  -any
    tasty-golden  -any
    tasty-hunit  -any
    tasty-quickcheck  -any


Flags:
  skylighting-core
    ⚐ executable:
      description:
        Build skylighting-extract tool
      default: False
      isManual: False
    ⚐ system-pcre:
      description:
        Use regex-pcre instead of regex-pcre-builtin
      default: False
      isManual: False


  ✔ Success!

Flag system-pcre is no longer available in the newer version.

@berberman berberman added the bug Something isn't working label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant