ironforge 0.1.0.34 → 0.1.0.35
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~antisplicedep ~basedep ~chatty
Dependency ranges changed: antisplice, base, chatty, mtl, transformers
Files
- ironforge.cabal +5/−3
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.34+version: 0.1.0.35 -- A short (one-line) description of the package. synopsis: A technical demo for Antisplice.@@ -31,6 +31,8 @@ -- patches. maintainer: marvin.cohrs@gmx.net +homepage: http://doomanddarkness.eu/pub/antisplice+ -- A copyright notice. -- copyright: @@ -48,7 +50,7 @@ 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.8, chatty >=0.6 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+ 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 default-language: Haskell2010 @@ -64,7 +66,7 @@ other-extensions: FlexibleContexts -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.8, chatty >=0.6 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+ 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 -- Directories containing source files. -- hs-source-dirs: