guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/43] gnu: ghc-old-locale: New package for updated GHC.


From: Paul van der Walt
Subject: Re: [PATCH 02/43] gnu: ghc-old-locale: New package for updated GHC.
Date: Thu, 15 Oct 2015 19:18:23 +0200

On 2015-10-15 at 14:20, quoth Paul van der Walt:
> +(define-public ghc-old-locale
> +  (package
> +    (name "ghc-old-locale")
> +    (version "1.0.0.7")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "http://hackage.haskell.org/package/old-locale/old-locale-";
> +             version
> +             ".tar.gz"))
> +       (sha256
> +        (base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
> +    (build-system haskell-build-system)
> +    (propagated-inputs
> +     `())
> +    (home-page "http://hackage.haskell.org/package/data-default";) ;; TODO
> +    (synopsis "Types with default values")

I had forgotten to update the description there.  Fixed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]