diff options
| author | Paul van der Walt <paul@denknerd.org> | 2015-10-22 15:20:46 +0200 |
|---|---|---|
| committer | Paul van der Walt <paul@denknerd.org> | 2015-10-23 09:10:52 +0200 |
| commit | 5722409b182f1a0bae44e1b05a65306ba4480a09 (patch) | |
| tree | 8f914448d0ede34056a526f7fa409a7a2e868956 | |
| parent | e372520ec3a6b6a091d12a82291d505c1bb9b5bd (diff) | |
gnu: Add ghc-cookie.
* gnu/packages/haskell.scm (ghc-cookie): New variable.
| -rw-r--r-- | gnu/packages/haskell.scm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1aa39ea62d7..a89e6f426b9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -3834,6 +3834,37 @@ and any other types of tests into a single test suite.") | |||
| 3834 | test framework.") | 3834 | test framework.") |
| 3835 | (license expat))) | 3835 | (license expat))) |
| 3836 | 3836 | ||
| 3837 | (define-public ghc-cookie | ||
| 3838 | (package | ||
| 3839 | (name "ghc-cookie") | ||
| 3840 | (version "0.4.1.6") | ||
| 3841 | (source | ||
| 3842 | (origin | ||
| 3843 | (method url-fetch) | ||
| 3844 | (uri (string-append | ||
| 3845 | "http://hackage.haskell.org/package/cookie/cookie-" | ||
| 3846 | version | ||
| 3847 | ".tar.gz")) | ||
| 3848 | (sha256 | ||
| 3849 | (base32 | ||
| 3850 | "0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s")))) | ||
| 3851 | (build-system haskell-build-system) | ||
| 3852 | (propagated-inputs | ||
| 3853 | `(("ghc-old-locale" ,ghc-old-locale))) | ||
| 3854 | (inputs | ||
| 3855 | `(("ghc-blaze-builder" ,ghc-blaze-builder) | ||
| 3856 | ("ghc-text" ,ghc-text) | ||
| 3857 | ("ghc-data-default-class" ,ghc-data-default-class) | ||
| 3858 | ("ghc-hunit" ,ghc-hunit) | ||
| 3859 | ("ghc-quickcheck" ,ghc-quickcheck) | ||
| 3860 | ("ghc-tasty" ,ghc-tasty) | ||
| 3861 | ("ghc-tasty-hunit" ,ghc-tasty-hunit) | ||
| 3862 | ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck))) | ||
| 3863 | (home-page "http://github.com/snoyberg/cookie") | ||
| 3864 | (synopsis "HTTP cookie parsing and rendering") | ||
| 3865 | (description "HTTP cookie parsing and rendering library for Haskell.") | ||
| 3866 | (license bsd-3))) | ||
| 3867 | |||
| 3837 | (define-public ghc-scientific | 3868 | (define-public ghc-scientific |
| 3838 | (package | 3869 | (package |
| 3839 | (name "ghc-scientific") | 3870 | (name "ghc-scientific") |
