#2920: old-time on hackage is incorrectly packaged
-----------------------------+----------------------------------------------
Reporter: dons | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries (old-time)
Version: 6.10.1 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
old-time is missing its ./configure script:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time
{{{
$ tar xzf old-time-1.0.0.0.tar.gz
$ cd old-time-1.0.0.0
$ ls
LICENSE Setup.hs System cbits include old-time.cabal
}}}
It needs:
{{{
$ cd ghc/libraries/old-time
$ ls
LICENSE System aclocal.m4 cbits configure.ac old-time.cabal
Setup.hs _darcs autom4te.cache configure include prologue.t
}}}
i.e. its ./configure script.
This leads to cabal install failures, for example
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2920>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs