packages feed

rope 0.6.3 → 0.6.4

raw patch · 2 files changed

+8/−2 lines, 2 files

Files

Data/Rope/Annotated.hs view
@@ -1,7 +1,13 @@ {-# LANGUAGE TypeOperators, Rank2Types, EmptyDataDecls,               MultiParamTypeClasses, FunctionalDependencies,               FlexibleContexts, FlexibleInstances, UndecidableInstances,-             TypeFamilies, IncoherentInstances, OverlappingInstances #-}+             TypeFamilies,  IncoherentInstances, +             OverlappingInstances, CPP #-}++#if __GLASGOW_HASKELL__ >= 708+{-# LANGUAGE AllowAmbiguousTypes #-}+#endif+ module Data.Rope.Annotated     ( -- * Annotated 'Rope's        Branded(context)   
rope.cabal view
@@ -1,5 +1,5 @@ name:           rope-version:        0.6.3+version:        0.6.4 license:        BSD3 license-file:   LICENSE author:         Edward A. Kmett