;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016, 2017 Alex Kost ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2017 Tobias Geerinckx-Rice ;;; Copyright © 2019 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see
aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2018-02-13gnu: ghc-pcre-light: Update to 0.4.0.4....* gnu/packages/haskell.scm (ghc-pcre-light): Update to 0.4.0.4. [native-inputs]: Add pkg-config. Ricardo Wurmus
2018-02-13gnu: ghc-temporary: Update to 1.2.0.4....* gnu/packages/haskell.scm (ghc-temporary): Update to 1.2.0.4. Ricardo Wurmus
2018-02-13gnu: hscolour: Update to 1.24.1....* gnu/packages/haskell.scm (hscolour): Update to 1.24.1. Ricardo Wurmus
2018-02-13gnu: ghc-comonad: Update to 5....* gnu/packages/haskell.scm (ghc-comonad): Update to 5. Ricardo Wurmus
2018-02-13gnu: ghc-streaming-commons: Update to 0.1.16....* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.1.16. Ricardo Wurmus
2018-02-13gnu: ghc-sdl-image: Update to 0.6.1.2....* gnu/packages/haskell.scm (ghc-sdl-image): Update to 0.6.1.2. Ricardo Wurmus
2018-02-13gnu: Add ghc-hxt.....* gnu/packages/xml.scm (ghc-hxt.): New variable. Ricardo Wurmus
2018-02-13gnu: Add ghc-hxt-regex-xmlschema....* gnu/packages/xml.scm (ghc-hxt-regex-xmlschema): New variable. Ricardo Wurmus
2018-02-13gnu: Add ghc-hxt-unicode....* gnu/packages/xml.scm (ghc-hxt-unicode): New variable. Ricardo Wurmus
2018-02-13gnu: Add ghc-hxt-charproperties....* gnu/packages/xml.scm (ghc-hxt-charproperties): New variable. Ricardo Wurmus
2018-02-13gnu: ghc-distributive: Update to 0.5.3....* gnu/packages/haskell.scm (ghc-distributive): Update to 0.5.3. [inputs]: Add ghc-base-orphans, ghc-semigroups, and ghc-generic-deriving. [native-inputs]: Add ghc-doctest-0.12, cabal-doctest, hspec-discover and ghc-hspec.