Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions hsaml2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,18 @@ library
if flag(crypton)
build-depends:
crypton,
crypton-x509
crypton-x509,
crypton-asn1-types,
crypton-asn1-encoding,
ram
else
build-depends:
cryptonite,
x509
x509,
asn1-types >= 0.2,
asn1-encoding,
memory
build-depends:
asn1-encoding,
asn1-types >= 0.2,
base >=4.8 && <5,
base64-bytestring,
bytestring,
Expand All @@ -91,7 +95,6 @@ library
invertible,
invertible-hxt,
lens,
memory,
mtl,
network-uri,
process,
Expand Down