packages feed

ironforge 0.1.0.35 → 0.1.0.36

raw patch · 1 files changed

+13/−3 lines, 1 filesdep ~antisplicedep ~chattydep ~chatty-utils

Dependency ranges changed: antisplice, chatty, chatty-utils, mtl, transformers

Files

ironforge.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.35+version:             0.1.0.36  -- A short (one-line) description of the package. synopsis:            A technical demo for Antisplice.@@ -50,7 +50,12 @@ library   exposed-modules:  Game.Antisplice.Dungeon.Ironforge, Game.Antisplice.Dungeon.Ironforge.School, Game.Antisplice.Dungeon.Ironforge.IronforgeCity, Game.Antisplice.Dungeon.Ironforge.Cambridge, Game.Antisplice.Dungeon.Ironforge.Kinds -  build-depends:       base >=4.6 && <4.9, chatty >=0.6.4 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17.1 && <0.18, mtl >= 2.1 && < 2.3, transformers >= 0.3 && < 0.5+  build-depends:       base >=4.6 && <4.9,+                       chatty >=0.6,+                       chatty-utils >=0.7.1,+                       antisplice >=0.17.1,+                       mtl,+                       transformers >= 0.3    default-language: Haskell2010 @@ -66,7 +71,12 @@   other-extensions:    FlexibleContexts      -- Other library packages from which modules are imported.-  build-depends:       base >=4.6 && <4.9, chatty >=0.6 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17.1 && <0.18, mtl >= 2.1 && < 2.3, transformers >= 0.3 && < 0.5+  build-depends:       base >=4.6 && <4.9,+                       chatty >=0.6,+                       chatty-utils >=0.7.1,+                       antisplice >=0.17.1,+                       mtl,+                       transformers >= 0.3      -- Directories containing source files.   -- hs-source-dirs: