kevin 0.6 → 0.6.1
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- Kevin/Types.hs +0/−1
- kevin.cabal +3/−3
Kevin/Types.hs view
@@ -29,7 +29,6 @@ import Control.Monad.Reader import Control.Monad.STM (STM, atomically) import Control.Monad.State-import Control.Monad.Trans import qualified Data.Map as M import qualified Data.Text as T import Kevin.Settings
kevin.cabal view
@@ -1,5 +1,5 @@ Name: kevin-Version: 0.6+Version: 0.6.1 Synopsis: a dAmn ↔ IRC proxy Description: a dAmn ↔ IRC proxy License: GPL@@ -26,7 +26,7 @@ cprng-aes == 0.3.*, data-default == 0.5.*, HTTP == 4000.2.*,- lens >= 3.8.2 && < 3.9,+ lens >= 3.8.5 && < 3.9, MonadCatchIO-transformers == 0.3.*, mtl == 2.1.*, network == 2.4.*,@@ -56,4 +56,4 @@ default-extensions: CPP, DeriveDataTypeable, ExistentialQuantification, FlexibleContexts, OverloadedStrings, ScopedTypeVariables, TemplateHaskell ghc-options: -Wall -fno-warn-unused-do-bind -threaded- cpp-options: -DVERSION="0.6"+ cpp-options: -DVERSION="0.6.1"