alephcloud / hs-configuration-tools

Tools for defining and parsing configurations of Haskell applications
MIT License
23 stars 4 forks source link

Build failure with http-client 0.5 #54

Closed snoyberg closed 8 years ago

snoyberg commented 8 years ago
[ 8 of 12] Compiling Configuration.Utils.Internal.HttpsCertPolicy ( src/Configuration/Utils/Internal/HttpsCertPolicy.hs, dist/build/Configuration/Utils/Internal/HttpsCertPolicy.o )

src/Configuration/Utils/Internal/HttpsCertPolicy.hs:152:9: error:
    Not in scope: data constructor ‘HTTP.TlsException’
    Neither ‘Network.HTTP.Client.TLS’, ‘Network.HTTP.Client’ nor ‘Network.Connection’ exports ‘TlsException’.
larskuhtz commented 8 years ago

fixed in version 0.2.15