Skip to content
Snippets Groups Projects
Commit a551d4c1 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

Fix bug where ${CABAL_PACKAGE}.cabal may not exist.

The CABAL_PACKAGE environment variable holds the Debianized name of the
Haskell package (e.g., for the X11-xft Haskell package, CABAL_PACKAGE
will be 'x11-xft').

This means that ${CABAL_PACKAGE}.cabal may not exist. Try
glob("*.cabal") instead.
parent e8c3259a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment