-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Labels
cabal-install: cmd/sdistdata-filesre: conditionalAbout conditional declarations in cabal files(`if`)About conditional declarations in cabal files(`if`)type: enhancement
Description
In the MicroHs cabal file I'd like to say this
data-files:
src/runtime/*.c
src/runtime/*.h
if impl(ghc)
data-files:
lib/**/*.hs
lib/**/*.hs-boot
But when I tried it, it didn't work. It works in MicroCabal so I've managed to hack around it, but it seems like an obvious thing that should work.
Metadata
Metadata
Assignees
Labels
cabal-install: cmd/sdistdata-filesre: conditionalAbout conditional declarations in cabal files(`if`)About conditional declarations in cabal files(`if`)type: enhancement