From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 04:33:41 2022 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 09:33:41 +0000 Received: from localhost ([127.0.0.1]:41727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXh-0008Ln-HB for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:44232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXf-0008LV-TT for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXf-0000Bv-ML for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:39 -0500 Received: from forward101p.mail.yandex.net ([77.88.28.101]:44430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXb-0005HK-0o for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:39 -0500 Received: from myt6-93965afc2133.qloud-c.yandex.net (myt6-93965afc2133.qloud-c.yandex.net [IPv6:2a02:6b8:c12:5525:0:640:9396:5afc]) by forward101p.mail.yandex.net (Yandex) with ESMTP id 2E6D659CE80A for ; Tue, 1 Feb 2022 12:33:30 +0300 (MSK) Received: from myt6-efff10c3476a.qloud-c.yandex.net (myt6-efff10c3476a.qloud-c.yandex.net [2a02:6b8:c12:13a3:0:640:efff:10c3]) by myt6-93965afc2133.qloud-c.yandex.net (mxback/Yandex) with ESMTP id BmuTk3fE9d-XUdW0ZZq; Tue, 01 Feb 2022 12:33:30 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1643708010; bh=HqTFXam6AfBoubX2Qs/XRP0h3ccfT+ebPHLr9bD7oTA=; h=In-Reply-To:References:Date:Subject:To:From:Message-Id:Cc; b=rfw9PzFxZLNut5cuhB5Rq02xTQ62hNNIaM7fO2s/W6+PpvvCfWISlB17/1BeU/W97 i5PxnI2wj2gobyEz4bFWWkJQfTGjmrXbMx3yMEBS4rb8hoTZebGVxgsKhb1/OIJqnc 0FN7JqnEs5UpinntbURfv6CHMwNFMWxj5gZvuTxE= Authentication-Results: myt6-93965afc2133.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by myt6-efff10c3476a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id mPmKymJZ8Y-XRIWsKcH; Tue, 01 Feb 2022 12:33:28 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 2 From: WinterHound To: guix-patches@gnu.org Subject: Add ghc-concise Date: Tue, 1 Feb 2022 15:02:08 +0530 Message-Id: <20220201093211.6720-7-winterhound@yandex.com> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220201093211.6720-1-winterhound@yandex.com> References: <20220201093211.6720-1-winterhound@yandex.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=77.88.28.101; envelope-from=winterhound@yandex.com; helo=forward101p.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: WinterHound X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --- gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d682b8ebe4..c820d5e585 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -16230,3 +16230,27 @@ (define-public ghc-monad-time "@code{MonadTime} type class for monads which carry the notion of the current time.") (license license:bsd-3))) + +(define-public ghc-concise + (package + (name "ghc-concise") + (version "0.1.0.1") + (source + (origin + (method url-fetch) + (uri (hackage-uri "concise" version)) + (sha256 + (base32 "09crgc6gjfidlad6263253xx1di6wfhc9awhira21s0z7rddy9sw")))) + (build-system haskell-build-system) + (inputs (list ghc-lens)) + (native-inputs + (list ghc-tasty + ghc-tasty-quickcheck + ghc-quickcheck + ghc-quickcheck-instances)) + (home-page "https://github.com/frasertweedale/hs-concise") + (synopsis "Utilities for Control.Lens.Cons") + (description + "@code{concise} provides a handful of functions to extend what you +can do with Control.Lens.Cons.") + (license license:bsd-3))) -- 2.34.0