cabin 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Main.hs +3/−0
- cabin.cabal +2/−2
Main.hs view
@@ -126,6 +126,9 @@ ExitFailure _ -> removeDirectoryRecursive cabinPath exitWith ec +uninstall :: LoadOpts -> IO ()+uninstall = undefined+ list :: ListOpts -> IO () list opts = do dataDir <- getCabinPath
cabin.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.2+version: 0.1.0.3 -- A short (one-line) description of the package. synopsis: Cabal binary sandboxes. @@ -59,7 +59,7 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.7 && <4.8,+ build-depends: base >=4.7 && <5, filepath, process, directory,