packages feed

ironforge 0.1.0.9 → 0.1.0.15

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~chatty

Dependency ranges changed: chatty

Files

Game/Antisplice/Dungeon/Ironforge.hs view
@@ -75,7 +75,7 @@       --mscanLn >>= (mputv "user" . Literal)       mputv "user" $ Literal "Bernd"       mprintLn ""-      mprintLn =<< expand "Alright $user, here you are!"+      mnomask =<< expand "Alright $user, here you are!\n"       mprintLn ""          --  IRONFORGE : THE MILITARY WARD@@ -125,7 +125,7 @@   toiletW <- constructRoom $ do     ctorRoom "The Toilet" "This is the tavern's toilet."   withRoom toiletW $ addRoomObject $ do-      ctorMob "Igor" ["igor"] "This is Igor. I guess he doesn't like you." []+      ctorMob "%{V1;I}%{V2;g}%{D1;o}%{D2;r}" ["igor"] "This is Igor. I guess he doesn't like you." []       setMobRoute [tavernW]       o <- getObjectState       onSight $ schedule 0 $ guardVisible toiletW $ do
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.9+version:             0.1.0.15  -- 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.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+  build-depends:       base >=4.6 && <4.7, chatty >=0.5.2 && <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.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4+  build-depends:       base >=4.6 && <4.7, chatty >=0.5.2 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4      -- Directories containing source files.   -- hs-source-dirs: