Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
ccd7b308
Commit
ccd7b308
authored
9 years ago
by
Eric Bavier
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add ghc-hostname.
* gnu/packages/haskell.scm (ghc-hostname): New variable.
parent
d2a52108
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/haskell.scm
+20
-0
20 additions, 0 deletions
gnu/packages/haskell.scm
with
20 additions
and
0 deletions
gnu/packages/haskell.scm
+
20
−
0
View file @
ccd7b308
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Siniša Biđin <sinisa@bidin.eu>
;;; Copyright © 2015 Siniša Biđin <sinisa@bidin.eu>
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;;
;;;
;;; This file is part of GNU Guix.
;;; This file is part of GNU Guix.
;;;
;;;
...
@@ -247,6 +248,25 @@ (define-public ghc
...
@@ -247,6 +248,25 @@ (define-public ghc
interactive environment for the functional language Haskell."
)
interactive environment for the functional language Haskell."
)
(
license
bsd-3
)))
(
license
bsd-3
)))
(
define-public
ghc-hostname
(
package
(
name
"ghc-hostname"
)
(
version
"1.0"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"http://hackage.haskell.org/package/hostname/"
"hostname-"
version
".tar.gz"
))
(
sha256
(
base32
"0p6gm4328946qxc295zb6vhwhf07l1fma82vd0siylnsnsqxlhwv"
))))
(
build-system
haskell-build-system
)
(
home-page
"https://hackage.haskell.org/package/hostname"
)
(
synopsis
"Hostname in Haskell"
)
(
description
"Network.HostName is a simple package providing a means to
determine the hostname."
)
(
license
bsd-3
)))
(
define-public
ghc-prelude-extras
(
define-public
ghc-prelude-extras
(
package
(
package
(
name
"ghc-prelude-extras"
)
(
name
"ghc-prelude-extras"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment