ironforge 0.1.0.8 → 0.1.0.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~antisplicedep ~chatty
Dependency ranges changed: antisplice, chatty
Files
- ironforge.cabal +3/−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.8+version: 0.1.0.9 -- A short (one-line) description of the package. synopsis: A technical demo for Antisplice.@@ -48,7 +48,7 @@ library exposed-modules: Game.Antisplice.Dungeon.Ironforge - build-depends: base >=4.6 && <4.7, chatty >=0.3 && <0.4, antisplice >=0.11 && <0.12, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+ build-depends: base >=4.6 && <4.7, chatty >=0.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4 default-language: Haskell2010 @@ -64,7 +64,7 @@ other-extensions: FlexibleContexts -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.7, chatty >=0.3 && <0.4, antisplice >=0.11 && <0.12, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+ build-depends: base >=4.6 && <4.7, chatty >=0.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4 -- Directories containing source files. -- hs-source-dirs: