packages feed

zeolite-lang 0.1.2.4 → 0.1.2.5

raw patch · 4 files changed

+4/−10 lines, 4 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Base.Mergeable: instance Base.Mergeable.Mergeable GHC.Types.Bool
- Base.Mergeable: instance Base.Mergeable.Mergeable [a]

Files

src/Base/Mergeable.hs view
@@ -48,11 +48,3 @@ instance Mergeable () where   mergeAny = const ()   mergeAll = const ()--instance Mergeable Bool where-  mergeAny = any id-  mergeAll = all id--instance Mergeable [a] where-  mergeAny = foldr (++) []-  mergeAll = foldr (++) []
src/Compilation/CompileInfo.hs view
@@ -32,6 +32,7 @@ import Data.List (intercalate) import Data.Foldable import Data.Functor+import Prelude hiding (foldr)  #if MIN_VERSION_base(4,9,0) import Control.Monad.Fail
src/Parser/Common.hs view
@@ -101,6 +101,7 @@ import Data.Char import Data.Foldable import Data.Monoid+import Prelude hiding (foldl,foldr) import Text.Parsec import Text.Parsec.String import qualified Data.Set as Set
zeolite-lang.cabal view
@@ -1,5 +1,5 @@ name:                zeolite-lang-version:             0.1.2.4+version:             0.1.2.5 synopsis:            Zeolite is a statically-typed, general-purpose programming language.  description:@@ -165,7 +165,7 @@    build-depends:       base >= 4.2 && < 4.14,                        containers >= 0.3 && < 0.7,-                       directory >= 1.1 && < 1.4,+                       directory >= 1.2.7 && < 1.4,                        filepath >= 1.0 && < 1.5,                        hashable >= 1.0 && < 1.4,                        mtl >= 1.0 && < 2.3,