Package Release Info

ghc-extra-1.4.10-2.3

Update Info: 5585
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-extra
ghc-extra-devel

Change Logs

* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.4.10 revision 0 with cabal2obs.
* Thu Jun 16 2016 mimi.vx@gmail.com
- update to 1.4.10
  * Add Data.Typeable.Extra containing typeRep, Proxy, (:~:)
* Thu Jun 02 2016 mimi.vx@gmail.com
- update to 1.4.9
  * add line1
* Mon May 30 2016 mimi.vx@gmail.com
- update to 1.4.8
  * Add displayException
* Mon May 23 2016 mimi.vx@gmail.com
- update to 1.4.7
  * add concatForM
* Thu May 12 2016 mimi.vx@gmail.com
- update to 1.4.6
  * add maybeM and eitherM
* Sat Apr 30 2016 mimi.vx@gmail.com
- update to 1.4.5
  * change fileEq on files that do not exist to be an error
  * add mconcatMap and mconcatMapM
  * add fileEq
  * add isMac
* Fri Jan 08 2016 mimi.vx@gmail.com
- update to 1.4.3
  * Add Data.Version.Extra
* Sun Sep 20 2015 mimi.vx@gmail.com
- update to 1.4.2
  * Make concatMapM/mapMaybeM faster
* Fri Aug 07 2015 mimi.vx@gmail.com
- update to 1.4.1
  * Make temp file functions workaround GHC bug #10731
  * Add retryBool
  * Add stripInfix and stripInfixEnd
  * support directory-1.2.3
  * Add whenJustM
  * Add errorIO
  * Add onceFork
  * Make once async exception safe
  * Fix a deadlock in once when two people request in parallel
  * Fix a missing hClose in captureOutput
* Sat Apr 25 2015 mimi.vx@gmail.com
- version bump to 1.1
  * add nubOrd, nubOrdOn, nubOrdBy
  * add groupSortOn and groupSortBy
  * add splitAtEnd
* Sun Feb 01 2015 mimi.vx@gmail.com
- version bump to 1.0.1
    + Make listFilesAvoid drop trailing path separators before testing
    + #3, add a constraint base >= 4.4
* Sat Nov 15 2014 mimi.vx@gmail.com
- initial commit of extra package