make tls and x509 packages available

This commit is contained in:
Jonathan Lamothe 2021-10-22 12:49:49 -04:00
parent 25708ecb33
commit 66d459b5b9
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@ library
build-depends:
base >=4.7 && <5
, tcp-streams >=1.0.1.1 && <1.1
, tls
, x509
default-language: Haskell2010
test-suite gemserv-test
@ -45,4 +47,6 @@ test-suite gemserv-test
, gemserv
, hspec >=2.7.10 && <2.8
, tcp-streams >=1.0.1.1 && <1.1
, tls
, x509
default-language: Haskell2010

View File

@ -24,6 +24,8 @@ ghc-options:
dependencies:
- base >= 4.7 && < 5
- tcp-streams >= 1.0.1.1 && < 1.1
- tls
- x509
library:
source-dirs: src