packages feed

file-embed 0.0.3 → 0.0.3.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

file-embed.cabal view
@@ -1,5 +1,5 @@ name:            file-embed-version:         0.0.3+version:         0.0.3.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -14,7 +14,7 @@ library     build-depends:   base >= 4 && < 5,                      bytestring >= 0.9.1.4 && < 0.10,-                     directory >= 1.0.0.3 && < 1.1,+                     directory >= 1.0.0.3 && < 1.2,                      template-haskell     exposed-modules: Data.FileEmbed     ghc-options:     -Wall