gnu: emacs-haskell-mode: Update to 17.4.
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.4.
This commit is contained in:
		
							parent
							
								
									14af4efae8
								
							
						
					
					
						commit
						caf018db5f
					
				
					 1 changed files with 86 additions and 88 deletions
				
			
		| 
						 | 
					@ -2288,20 +2288,18 @@ replacement.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					      (license license:gpl3+))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-haskell-mode
 | 
					(define-public emacs-haskell-mode
 | 
				
			||||||
  (let ((revision "0")
 | 
					 | 
				
			||||||
        (commit "5a9f8072c7b9168f0a8409adf9d62a3e4ad4ea3d"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-haskell-mode")
 | 
					    (name "emacs-haskell-mode")
 | 
				
			||||||
      (version (git-version "17.2" revision commit))
 | 
					    (version "17.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/haskell/haskell-mode")
 | 
					             (url "https://github.com/haskell/haskell-mode")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
          (base32 "0np1wrwdq7b9hpqpl9liampacnkx6diphyk8h2sbz2mfn9qr7pxs"))))
 | 
					        (base32 "03j94fgw1bljbjqmikbn9mnrfifxf7g9zrb727zmnnrjwyi0wd4n"))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-dash))
 | 
					     (list emacs-dash))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					@ -2380,7 +2378,7 @@ replacement.")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "This is an Emacs mode for editing, debugging and developing Haskell
 | 
					     "This is an Emacs mode for editing, debugging and developing Haskell
 | 
				
			||||||
programs.")
 | 
					programs.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-dante
 | 
					(define-public emacs-dante
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue