From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <87bnc0uk2o.fsf@denknerd.org> References: <1444911697-15515-1-git-send-email-paul@denknerd.org> <1444911697-15515-2-git-send-email-paul@denknerd.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmmAh-0004do-0c for guix-devel@gnu.org; Thu, 15 Oct 2015 13:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmmAd-0004QQ-SC for guix-devel@gnu.org; Thu, 15 Oct 2015 13:18:30 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:53816 helo=mx-out03.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmmAd-0004Px-Lo for guix-devel@gnu.org; Thu, 15 Oct 2015 13:18:27 -0400 Received: from mx03.mykolab.com (mx03.mykolab.com [10.20.7.101]) by mx-out03.mykolab.com (Postfix) with ESMTPS id C92D322A06 for ; Thu, 15 Oct 2015 19:18:24 +0200 (CEST) In-reply-to: <1444911697-15515-2-git-send-email-paul@denknerd.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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.