chell 0.1.1 → 0.1.2
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- chell.cabal +2/−2
- src/Test/Chell.hs +1/−0
chell.cabal view
@@ -1,5 +1,5 @@ name: chell-version: 0.1.1+version: 0.1.2 synopsis: Quiet test runner license: MIT license-file: license.txt@@ -24,7 +24,7 @@ , bytestring >= 0.9 && < 0.10 , patience >= 0.1 && < 0.2 , random- , template-haskell >= 2.3 && < 2.6+ , template-haskell >= 2.3 && < 2.7 , text >= 0.7 , transformers >= 0.2 && < 0.3
src/Test/Chell.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE FlexibleInstances #-} module Test.Chell (