packages feed

tkyprof 0.0.6.2 → 0.0.6.3

raw patch · 1 files changed

+4/−2 lines, 1 filesdep ~filepathdep ~mtldep ~vector

Dependency ranges changed: filepath, mtl, vector

Files

tkyprof.cabal view
@@ -1,5 +1,5 @@ name:                 tkyprof-version:              0.0.6.2+version:              0.0.6.3 license:              BSD3 license-file:         LICENSE author:               Mitsutoshi Aoe@@ -65,13 +65,16 @@                     , containers < 0.5                     , directory < 2                     , enumerator >= 0.4 && < 0.5+                    , filepath >= 1.1 && < 2                     , hamlet >= 0.8 && < 0.10+                    , mtl >= 1.1 && < 3                     , rosezipper >= 0.2 && < 0.3                     , stm < 3                     , template-haskell < 3                     , text >= 0.11 && < 0.12                     , time >= 1.2 && < 1.3                     , transformers >= 0.2 && < 0.3+                    , vector >= 0.6 && < 1                     , wai >= 0.4 && < 0.5                     , wai-extra >= 0.4 && < 0.5                     , warp >= 0.4 && < 0.5@@ -105,7 +108,6 @@   build-depends:      filepath                     , mtl                     , blaze-builder-                    , vector  source-repository head   type:               git