packages feed

tdoc 0.4.5 → 0.4.6

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

Text/TDoc/Tags.hs view
@@ -11,7 +11,10 @@ {-# LANGUAGE TypeFamilies, ScopedTypeVariables, EmptyDataDecls,              MultiParamTypeClasses, FlexibleContexts, Rank2Types,              FlexibleInstances, TemplateHaskell, TypeOperators,-             AllowAmbiguousTypes #-}+             CPP #-}+#if MIN_VERSION_base(4,7,0)+{-# LANGUAGE AllowAmbiguousTypes #-}+#endif module Text.TDoc.Tags where  import Text.TDoc.Core
tdoc.cabal view
@@ -1,6 +1,6 @@ name:            tdoc cabal-Version:   >=1.2-version:         0.4.5+version:         0.4.6 license:         BSD3 license-file:    LICENSE copyright:       (c) Nicolas Pouillard