diff --git a/fadno.cabal b/fadno.cabal
--- a/fadno.cabal
+++ b/fadno.cabal
@@ -1,7 +1,7 @@
 name:                fadno
 category:            Music
 synopsis:            Minimal library for music generation and notation
-version:             1.1.7
+version:             1.1.8
 homepage:            http://github.com/slpopejoy/fadno
 description:         Provides the Note type and HasNote class with polymorphic pitch and duration representations,
                      metering, barring and time signature utilities, plus midi and MusicXML support.
diff --git a/src/Fadno/Xml.hs b/src/Fadno/Xml.hs
--- a/src/Fadno/Xml.hs
+++ b/src/Fadno/Xml.hs
@@ -12,7 +12,7 @@
     ,xmlAppendMeasureData,xmlAppendMeasureDatas
     ,xmlClef,xmlClef'
     ,xmlRepeats,xmlRepeats'
-    ,xmlBarline,xmlTimeSig,xmlRehearsalMark,xmlDirection
+    ,xmlBarline,xmlBarline',xmlTimeSig,xmlRehearsalMark,xmlDirection
     -- * Notes
     ,xmlNote,xmlChord
     ,xmlTie
