hsimport 0.8.4 → 0.8.5
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~haskell-src-extsdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-src-exts, tasty
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- README.md +1/−1
- hsimport.cabal +4/−4
CHANGELOG view
@@ -1,3 +1,7 @@+0.8.5+-----+* Raise upper bounds of tasty and haskell-src-exts+ 0.8.3 ----- * Raise upper bound of directory
README.md view
@@ -17,7 +17,7 @@ Examples -------- - $> hsimport -m 'Control.Monad' SomeSource.hs`+ $> hsimport -m 'Control.Monad' SomeSource.hs => import Control.Monad $> hsimport -m 'Control.Monad' -s 'when' SomeSource.hs
hsimport.cabal view
@@ -1,5 +1,5 @@ name: hsimport-version: 0.8.4+version: 0.8.5 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -33,7 +33,7 @@ build-depends: base >=3 && <5, cmdargs >=0.10.5 && <0.11,- haskell-src-exts >=1.18.0 && <1.20,+ haskell-src-exts >=1.18.0 && <1.21, ilist >=0.1 && <0.4, microlens ==0.4.*, mtl >=2.1.2 && <2.3,@@ -70,10 +70,10 @@ main-is: Main.hs build-depends: base >=3 && <5,- tasty >=0.9.0.1 && <0.12,+ tasty >=0.9.0.1 && <0.13, tasty-golden >=2.2.0.1 && <2.4, filepath >=1.3.0.1 && <1.5,- haskell-src-exts >=1.18.0 && <1.20,+ haskell-src-exts >=1.18.0 && <1.21, hsimport -any hs-source-dirs: tests ghc-options: -W