haskell-ffprobe 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~scientificPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: scientific
API changes (from Hackage documentation)
Files
- haskell-ffprobe.cabal +2/−2
haskell-ffprobe.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: haskell-ffprobe-version: 0.1.0.2+version: 0.1.0.3 synopsis: Haskell bindings for ffprobe description: Use ffprobe data in Haskell. Checkout the README on GitHub for an example. category: Bindings@@ -53,7 +53,7 @@ , base >=4.7 && <5 , bytestring >=0.11.5 && <=0.12.2.0 , process >=1.6.18 && <1.7- , scientific >=0.3.7 && <=0.3.8.0+ , scientific >=0.3.7 && <0.3.9.0 , text >=2.0.2 && <2.2 default-language: Haskell2010