antisplice 0.17.0.0 → 0.17.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~chatty-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: chatty-utils
API changes (from Hackage documentation)
Files
- antisplice.cabal +2/−2
antisplice.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.17.0.0+version: 0.17.0.2 -- A short (one-line) description of the package. synopsis: An engine for text-based dungeons.@@ -57,7 +57,7 @@ other-extensions: TemplateHaskell, QuasiQuotes, FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances, FlexibleContexts, UndecidableInstances, RankNTypes, TypeFamilies, FunctionalDependencies, LambdaCase, ScopedTypeVariables, ExistentialQuantification, TupleSections, RecordWildCards, DeriveDataTypeable -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >= 0.6 && <0.7, text >=0.11 && <0.12, template-haskell >=2.8 && <2.9, mtl >=2.1 && <2.2, transformers >=0.3 && <0.4, haskeline >= 0.7 && < 0.8, time >= 1.4 && < 1.5+ build-depends: base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >= 0.7 && <0.8, text >=0.11 && <0.12, template-haskell >=2.8 && <2.9, mtl >=2.1 && <2.2, transformers >=0.3 && <0.4, haskeline >= 0.7 && < 0.8, time >= 1.4 && < 1.5 -- Directories containing source files. hs-source-dirs: src