packages feed

ariadne 0.1.1 → 0.1.2

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~containers

Dependency ranges changed: containers

Files

Ariadne/GlobalNameIndex.hs view
@@ -56,7 +56,6 @@         ]      ClassDecl _ _ dh _ mds ->-      (hname dh, TypeLevel) :       let         ms = getBound tbl d         cdecls = fromMaybe [] mds
ariadne.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                ariadne-version:             0.1.1+version:             0.1.2 synopsis:            Go-to-definition for Haskell description:         See <https://github.com/feuerbach/ariadne#ariadne> homepage:            https://github.com/feuerbach/ariadne@@ -35,6 +35,6 @@     mtl >=2.1,     bert >=1.1,     utf8-string >=0.3,-    containers >=0.5,+    containers >=0.4,     Cabal >=1.18   default-language:    Haskell2010