devtools 0.0.1 → 0.0.2
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~hlint
Dependency ranges changed: hlint
Files
- devtools.cabal +5/−5
- src/Devtools/HLint.hs +1/−1
devtools.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 28f0b2dd9ab8fad70261ddc0bc6fc074f72800cb12ac29b00e9055bdd91c4bd1+-- hash: 353e800bec8f8bcf8c2e723523e5571ffebdd3522b4c6ec7ea7de99fc71c20ee name: devtools-version: 0.0.1+version: 0.0.2 synopsis: Haskell development tool agregate description: An attempt to group development that would typically run on CI / local into one tasty interface.@@ -49,7 +49,7 @@ , bytestring >=0.10 && <0.11 , cmdargs >=0.10.20 && <0.11 , filepath >=1.4 && <1.5- , hlint >2.1 && <3+ , hlint >3.1 && <4 , mprelude >=0.1.0 && <0.2 , source-constraints >=0.0.1 && <0.1 , tasty >=1.3.1 && <1.4@@ -75,7 +75,7 @@ , cmdargs >=0.10.20 && <0.11 , devtools , filepath >=1.4 && <1.5- , hlint >2.1 && <3+ , hlint >3.1 && <4 , mprelude >=0.1.0 && <0.2 , source-constraints >=0.0.1 && <0.1 , tasty >=1.3.1 && <1.4@@ -102,7 +102,7 @@ , cmdargs >=0.10.20 && <0.11 , devtools , filepath >=1.4 && <1.5- , hlint >2.1 && <3+ , hlint >3.1 && <4 , mprelude >=0.1.0 && <0.2 , source-constraints >=0.0.1 && <0.1 , tasty >=1.3.1 && <1.4
src/Devtools/HLint.hs view
@@ -9,7 +9,7 @@ import System.IO import qualified Data.Foldable as Foldable-import qualified Language.Haskell.HLint4 as HLint+import qualified Language.Haskell.HLint as HLint import qualified System.Console.CmdArgs.Verbosity as CmdArgs import qualified Test.Tasty as Tasty import qualified Test.Tasty.Providers as Tasty