From 6275e93d7b1cd837e9677b3b8064b6961c3a2427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Pila=C5=99?= Date: Tue, 23 Apr 2013 14:55:13 +0300 Subject: [PATCH] Update TH dependency (does not compile with TH 2.8) --- unpack-funcs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpack-funcs.cabal b/unpack-funcs.cabal index 648bfe2..7368856 100644 --- a/unpack-funcs.cabal +++ b/unpack-funcs.cabal @@ -17,7 +17,7 @@ source-repository head location: git@github.com:lowasser/unpack-funcs.git Library{ -build-Depends: base < 5.0.0.0, template-haskell >= 2.5.0.0, bytestring >= 0.9.1.0, +build-Depends: base < 5.0.0.0, template-haskell >= 2.5.0.0 && < 2.8, bytestring >= 0.9.1.0, vector >= 0.6, primitive >= 0.3, transformers ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-orphans