From 41a2b95e7bfa2829256b6e68a5aca39a80ad3072 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 Sep 2018 12:23:52 +0200 Subject: [PATCH] Bump constraint on template-haskell --- filepath-crypto/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filepath-crypto/package.yaml b/filepath-crypto/package.yaml index 4797908..8263a1a 100644 --- a/filepath-crypto/package.yaml +++ b/filepath-crypto/package.yaml @@ -39,7 +39,7 @@ dependencies: - binary >=0.8.3 && <0.11 - bytestring >=0.10.8 && <0.11 - exceptions >=0.8.3 && <0.11 - - template-haskell >=2.11.1 && <2.14 + - template-haskell >=2.11.1 && <2.15 library: source-dirs: src