emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#34401: closed ([PATCH] gnu: Add ghc-stylish-haskel


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34401: closed ([PATCH] gnu: Add ghc-stylish-haskell.)
Date: Sun, 10 Feb 2019 21:02:02 +0000

Your message dated Sun, 10 Feb 2019 22:01:48 +0100
with message-id <address@hidden>
and subject line Re: [bug#34401] [PATCH] gnu: Add ghc-stylish-haskell.
has caused the debbugs.gnu.org bug report #34401,
regarding [PATCH] gnu: Add ghc-stylish-haskell.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34401: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34401
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-stylish-haskell. Date: Sat, 9 Feb 2019 12:02:13 +0100 User-agent: mu4e 1.0; emacs 26.1
* gnu/packages/haskell.scm (ghc-stylish-haskell): New variable.
---
 gnu/packages/haskell.scm | 54 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 255e902e6..872f0db14 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11493,4 +11493,58 @@ imported with the correct Haskell types.")
 Music Player Daemon.")
     (license license:expat)))
 
+(define-public ghc-stylish-haskell
+  (package
+    (name "ghc-stylish-haskell")
+    (version "0.9.2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://hackage/package/stylish-haskell/stylish-haskell-"
+               version
+               ".tar.gz"))
+        (sha256
+          (base32
+            "1ls11fdx6snvfx8yykpidz142zzxwi5bazl49hgfqlwx50rqcp7w"))))
+    (build-system haskell-build-system)
+    (inputs
+      `(("ghc-aeson" ,ghc-aeson)
+        ("ghc-file-embed" ,ghc-file-embed)
+        ("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+        ("ghc-semigroups" ,ghc-semigroups)
+        ("ghc-syb" ,ghc-syb)
+        ("ghc-yaml" ,ghc-yaml)
+        ("ghc-strict" ,ghc-strict)
+        ("ghc-optparse-applicative"
+         ,ghc-optparse-applicative)))
+    (native-inputs
+      `(("ghc-hunit" ,ghc-hunit)
+        ("ghc-test-framework" ,ghc-test-framework)
+        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
+    (home-page "https://github.com/jaspervdj/stylish-haskell";)
+    (synopsis "Haskell code prettifier")
+    (description "Stylish-haskell is a Haskell code prettifier.  The goal is
+not to format all of the code in a file, to avoid \"getting in the way\".
+However, this tool can e.g. clean up import statements and help doing various
+tasks that get tedious very quickly.  It can
address@hidden
address@hidden
+Align and sort @code{import} statements
address@hidden
+Group and wrap @code{{-# LANGUAGE #-}} pragmas, remove (some) redundant
+pragmas
address@hidden
+Remove trailing whitespaces
address@hidden
+Align branches in @code{case} and fields in records
address@hidden
+Convert line endings (customisable)
address@hidden
+Replace tabs by four spaces (turned off by default)
address@hidden
+Replace some ASCII sequences by their Unicode equivalent (turned off by
+default)
address@hidden itemize")
+    (license license:bsd-3)))
 ;;; haskell.scm ends here
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34401] [PATCH] gnu: Add ghc-stylish-haskell. Date: Sun, 10 Feb 2019 22:01:48 +0100
Thanks!  Pushed to guix master as 2356b7ab6d36522880abb7073ec87990b721ce1a.

Attachment: pgpaHV7WdD41w.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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