[Hackage] #794: Wildcards in data-files don't work with filenames containing multiple dots
Hackage
cvs-ghc at haskell.org
Sat Jan 22 18:26:00 CET 2011
#794: Wildcards in data-files don't work with filenames containing multiple dots
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version: 1.8.0.2
Severity: normal | Keywords:
Difficulty: unknown | Ghcversion:
Platform: |
----------------------------+-----------------------------------------------
The Hoogle cabal file reads:
{{{
data-files:
resources/*.js
-- surely a Cabal bug that this isn't picked up by *.js
-- but that hoogle.js is matched
resources/jquery-1.4.2.js
resources/jquery.cookie.js
}}}
It seems that the filename {{{a.b.ext}}} doesn't get picked by the
wildcard {{{*.ext}}}.
-- Neil Mitchell
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/794>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list