hoodle 0.4.0 → 0.5
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~hoodle-core
Dependency ranges changed: hoodle-core
Files
- hoodle.cabal +8/−8
hoodle.cabal view
@@ -1,5 +1,5 @@ Name: hoodle-Version: 0.4.0+Version: 0.5 Synopsis: Executable for hoodle Description: Hoodle is a pen notetaking program written in haskell. Homepage: http://ianwookim.org/hoodle@@ -8,7 +8,7 @@ Author: Ian-Woo Kim Maintainer: Ian-Woo Kim <ianwookim@gmail.com> Category: Application-Tested-with: GHC == 7.6+Tested-with: GHC == 7.10 Build-Type: Custom Cabal-Version: >= 1.8 data-files: CHANGES@@ -29,7 +29,7 @@ Build-Depends: base == 4.*, cmdargs >= 0.7, - hoodle-core >= 0.15.0 && < 0.16, + hoodle-core >= 0.16 && < 0.17, hoodle Library@@ -37,13 +37,13 @@ ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind ghc-prof-options: -caf-all -auto-all Build-Depends: base == 4.*, - mtl >= 2,- directory,- filepath, - containers >= 0.4, cmdargs >= 0.7, configurator >= 0.2,- hoodle-core >= 0.15.0 && < 0.16+ containers >= 0.4,+ directory,+ filepath, + hoodle-core >= 0.16 && < 0.17,+ mtl >= 2 if flag(dyre) Build-depends: dyre >= 0.8.11