aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:25:25 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:14 -0500
commit9ac341aced694c6df0209639caa757ec10d3ddd9 (patch)
tree3c213935af9833b954ee19cb424c63216e3697ec /etc
parent4daaa3710acab1e85f73257097267b38b1dbfcaf (diff)
downloadguix-9ac341aced694c6df0209639caa757ec10d3ddd9.tar.gz
guix-9ac341aced694c6df0209639caa757ec10d3ddd9.zip
gnu: ghc-resourcet: Update to 1.2.2.
* gnu/packages/haskell-xyz.scm (ghc-resourcet): Update to 1.2.2.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
+0200'>2019-04-28Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-11-23Update NEWS.Ludovic Courtès 2018-08-30Update NEWS.Ricardo Wurmus 2018-07-05Update NEWS.Ludovic Courtès 2018-07-05Update NEWS.Ludovic Courtès 2018-06-20Update NEWS.Ludovic Courtès 2018-05-29Update NEWS.Ricardo Wurmus 2018-05-20services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. Efraim Flashner 2018-05-08guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich