packages feed

syntactic 3.6.2 → 3.6.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

syntactic.cabal view
@@ -1,5 +1,5 @@ Name:           syntactic-Version:        3.6.2+Version:        3.6.3 Synopsis:       Generic representation and manipulation of abstract syntax Description:    The library provides a generic representation of type-indexed abstract syntax trees                 (or indexed data types in general). It also permits the definition of open syntax@@ -26,7 +26,7 @@ License:        BSD3 License-file:   LICENSE Author:         Emil Axelsson-Maintainer:     emax@chalmers.se+Maintainer:     78emil@gmail.com Copyright:      Copyright (c) 2011-2015, Emil Axelsson Homepage:       https://github.com/emilaxelsson/syntactic Bug-reports:    https://github.com/emilaxelsson/syntactic/issues@@ -77,7 +77,7 @@       Language.Syntactic.Sugar.TupleTyped    build-depends:-    base >= 4 && < 5,+    base >= 4.6 && < 5,     constraints,     containers,     data-hash,