xournal-builder 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~xournal-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: xournal-types
API changes (from Hackage documentation)
Files
- xournal-builder.cabal +3/−3
xournal-builder.cabal view
@@ -1,5 +1,5 @@ Name: xournal-builder-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: text builder for xournal file format Description: This library builds text xoj format file from xournal data structure License: BSD3@@ -16,11 +16,11 @@ Library hs-source-dirs: src- ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind+ ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind ghc-prof-options: -caf-all -auto-all Build-Depends: base == 4.*,- xournal-types >= 0.1 && < 0.3, + xournal-types >= 0.1 && < 0.4, blaze-builder == 0.3.*, strict == 0.3.*, double-conversion == 0.2.*,