Hi Tom,<div><br></div><div>This worked for me: <a href="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#time-1.5.0.1">https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#time-1.5.0.1</a></div><div><br></div><div>Cheers,</div><div>Alberto<br><br>On Sunday, March 22, 2015, Tom Ellis <<a href="mailto:tom-lists-haskell-cafe-2013@jaguarpaw.co.uk">tom-lists-haskell-cafe-2013@jaguarpaw.co.uk</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
The `formatTime` function from time-1.4 uses the TimeLocale type from<br>
old-locale, whereas time-1.5 provides its own definition of the TimeLocale<br>
type.  I want to provide `formatTime` with the argument `defaultTimeLocale`.<br>
1.4 requires the version in old-locale whereas 1.5 requires the version it<br>
defines itself.<br>
<br>
Is it possible to use this function in a way that is compatible with both<br>
1.4 and 1.5?  If time-1.5 had merely reexported the old-locale version, and<br>
then (the future) time-1.6 replaced it completely this would have offered a<br>
smoother upgrade path, but as far as I can tell nothing like this was done.<br>
<br>
What are my options?<br>
<br>
Tom<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Haskell-Cafe@haskell.org')">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div>