From 830900a5266ef749328b09833ca3d65178ed99dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Mar 2018 11:55:33 +0100 Subject: [PATCH] Allow template-haskell 2.13 --- 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 23376f3..dfd5259 100644 --- a/filepath-crypto/package.yaml +++ b/filepath-crypto/package.yaml @@ -39,7 +39,7 @@ dependencies: - binary >=0.8.3 && <0.9 - bytestring >=0.10.8 && <0.11 - exceptions >=0.8.3 && <0.10 - - template-haskell >=2.11.1 && <2.13 + - template-haskell >=2.11.1 && <2.14 library: source-dirs: src