On 2014-06-28 at 13:49:15 +0200, Gabor Greif wrote: > Hi herbert, > > I followed your instructions, and one of my repos converted well: > > e8a901fddc88c6560af34e18a5201deeb8d51557 libraries/stm > (stm-2.4.3-release-3-ge8a901f) > > the other gave: > > -e8a901fddc88c6560af34e18a5201deeb8d51557 libraries/stm > > How can I salvage the situation?
That (the '-'-sign) simply means the 'libraries/stm' submodule wasn't properly initalized; running 'git submodule update --init' should usually take care of initializing newly added submodules. _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
