hoogle-index 0.4.3 → 0.4.4
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~optparse-applicativedep ~process
Dependency ranges changed: base, optparse-applicative, process, transformers
Files
- hoogle-index.cabal +5/−5
hoogle-index.cabal view
@@ -1,5 +1,5 @@ name: hoogle-index-version: 0.4.3+version: 0.4.4 synopsis: Easily generate Hoogle indices for installed packages description: 'hoogle-index' is a small utility for generating indicies for local@@ -27,16 +27,16 @@ executable hoogle-index main-is: Main.hs other-extensions: TupleSections- build-depends: base >=4.6 && <4.9,- transformers >=0.3 && <0.5,+ build-depends: base >=4.6 && <4.10,+ transformers >=0.3 && <0.6, directory >=1.2 && <1.3,- process >=1.2 && <1.3,+ process >=1.2 && <1.5, filepath >=1.3 && <1.5, errors >=2.0 && <3.0, bytestring >=0.9 && <1.11, temporary >=1.2 && <1.3, Cabal >=1.20 && <1.23, containers >=0.4 && <0.6,- optparse-applicative >=0.11 && <0.12,+ optparse-applicative >=0.11 && <0.13, hoogle >= 4.2 && <4.3 default-language: Haskell2010