packages feed

cabal2ghci 0.0.1.0 → 0.0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~Cabaldep ~base

Dependency ranges changed: Cabal, base

Files

cabal2ghci.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                cabal2ghci-version:             0.0.1.0+version:             0.0.1.1 synopsis:            A tool to generate .ghci file from .cabal description:         This is the tool to automatically generate `.ghci` file and `.stylish-haskell.yaml` file from `.cabal`. It currently supports to handle Language Pragmas and hs-src-dirs. @@ -18,9 +18,9 @@ executable cabal2ghci   main-is:             cabal2ghci.hs   -- other-modules:       -  build-depends:       base ==4.5.*, Cabal == 1.14.*, system-filepath, system-fileio, text, cmdargs, stylish-haskell, yaml, unordered-containers+  build-depends:       base ==4.*, Cabal, system-filepath, system-fileio, text, cmdargs, stylish-haskell, yaml, unordered-containers   extensions: DeriveDataTypeable, ExtendedDefaultRules, RecordWildCards, OverloadedStrings, RecordWildCards  source-repository head   type: git-  location: https://github.com/konn/cabal2ghci+  location: https://github.com/konn/cabal2ghci.git