packages feed

pugixml 0.3.1 → 0.3.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

pugixml.cabal view
@@ -1,5 +1,5 @@ name:                pugixml-version:             0.3.1+version:             0.3.2 synopsis:            pugixml binding. description:         pugixml binding. example: <docs/Text-XML-Pugi.html> license:             MIT
test/test.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE CPP #-} -#if MIN_VERSION_base(4,9,0)+#if !MIN_VERSION_base(4,8,0) import Control.Applicative #endif