#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
_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel