Package Release Info

ghc-uuid-1.3.15-bp154.2.11

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-uuid
ghc-uuid-devel

Change Logs

* Sat Jan 01 2022 Peter Simons <psimons@suse.com>
- Update uuid to version 1.3.15 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Mon May 03 2021 psimons@suse.com
- Update uuid to version 1.3.15.
  1.3.15
  - Add (Template Haskell) `Lift UUID` instance
* Sat Feb 20 2021 psimons@suse.com
- Update uuid to version 1.3.14.
  Upstream has edited the change log file since the last release in
  a non-trivial way, i.e. they did more than just add a new entry
  at the top. You can review the file at:
  http://hackage.haskell.org/package/uuid-1.3.14/src/CHANGES.md
* Sun Feb 14 2021 psimons@suse.com
- Update uuid to version 1.3.13 revision 5.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Sun Nov 15 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- relax dependency constraints on random
* Mon Aug 31 2020 psimons@suse.com
- Update uuid to version 1.3.13 revision 3.
  Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add uuid at version 1.3.13.
Version: 1.3.13-bp150.2.6
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon May 22 2017 psimons@suse.com
- Update to version 1.3.13 revision 1 with cabal2obs.
* Mon Dec 19 2016 psimons@suse.com
- Update to version 1.3.13 with cabal2obs.
* Sun Dec 18 2016 psimons@suse.com
- Update to version 1.3.12 revision 3 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 1.3.12 revision 2 with cabal2obs.
Version: 1.3.12-2.3
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.3.12 revision 1 with cabal2obs.
* Sun Apr 03 2016 mimi.vx@gmail.com
- update to 1.3.12
  * Use `cryptonite` for crypto
  * The function `V4.nextRandom` is now implemented with functions from
  `Crypto.Random` in package `cryptonite`. This does slow-down random
  UUID generation but provides for far greater randomness. The
  `Random` instance for `UUID` can be used to re-gain the old behavior.
* Mon Dec 07 2015 mimi.vx@gmail.com
- initial commit