[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/151: gnu: Add ghc-iproute.
From: |
Paul |
Subject: |
64/151: gnu: Add ghc-iproute. |
Date: |
Mon, 19 Oct 2015 08:57:58 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 8c33f2bed8b27418872c6457cd2eb42ebb6097fa
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:12:38 2015 +0200
gnu: Add ghc-iproute.
* gnu/packages/haskell.scm (ghc-iproute): New variable.
---
gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a16ac5b..ac45f12 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -979,6 +979,41 @@ transformers 0.2 or 0.3 compatibility to run on old
versions of the platform,
but also need those types.")
(license bsd-3)))
+(define-public ghc-iproute
+ (package
+ (name "ghc-iproute")
+ (version "1.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/iproute/iproute-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1ply0i110c2sppjbfyysgw48jfjnsbam5zwil8xws0hp20rh1pb5"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: Tests cannot find System.ByteOrder,
+ ; exported by ghc-byteorder.
+ (propagated-inputs
+ `(("ghc-appar" ,ghc-appar)
+ ("ghc-byteorder" ,ghc-byteorder)))
+ (inputs
+ `(("ghc-network" ,ghc-network)
+ ("ghc-doctest" ,ghc-doctest)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-safe" ,ghc-safe)))
+ (home-page
+ "http://www.mew.org/~kazu/proj/iproute/")
+ (synopsis "IP routing table")
+ (description
+ "IP Routing Table is a tree of IP ranges to search one of them on the
+longest match base. It is a kind of TRIE with one way branching removed.
+Both IPv4 and IPv6 are supported.")
+ (license bsd-3)))
+
(define-public ghc-regex-base
(package
(name "ghc-regex-base")
- 53/151: gnu: Add ghc-monad-control., (continued)
- 53/151: gnu: Add ghc-monad-control., Paul, 2015/10/19
- 55/151: gnu: Add ghc-easy-file., Paul, 2015/10/19
- 57/151: gnu: Add ghc-blaze-builder., Paul, 2015/10/19
- 56/151: gnu: Add ghc-base-compat., Paul, 2015/10/19
- 58/151: gnu: Add ghc-blaze-markup., Paul, 2015/10/19
- 60/151: gnu: Add ghc-doctest., Paul, 2015/10/19
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/19
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/19
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/19
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/19
- 64/151: gnu: Add ghc-iproute.,
Paul <=
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/19
- 66/151: gnu: Add ghc-unix-compat., Paul, 2015/10/19
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/19
- 69/151: gnu: Add ghc-nats., Paul, 2015/10/19
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/19
- 71/151: gnu: Add ghc-void., Paul, 2015/10/19
- 72/151: gnu: Add ghc-bifunctors., Paul, 2015/10/19
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/19
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19