gnu: ghc-tls: Move to (gnu packages tls).

* gnu/packages/haskell.scm (ghc-tls): Move from here...
* gnu/packages/tls.scm (ghc-tls): ...to here.
* gnu/packages/haskell-web.scm: Use (gnu packages tls).
This commit is contained in:
Ricardo Wurmus 2017-11-13 18:40:55 +01:00
parent f24eba89f4
commit 587d175266
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
3 changed files with 49 additions and 43 deletions

View file

@ -25,6 +25,7 @@
#:use-module (gnu packages haskell)
#:use-module (gnu packages haskell-check)
#:use-module (gnu packages haskell-crypto)
#:use-module (gnu packages tls)
#:use-module (guix build-system haskell)
#:use-module (guix download)
#:use-module ((guix licenses) #:prefix license:)