Skip to content
Snippets Groups Projects
Commit 393d9945 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Bump Cabal deps

parent a0d37105
No related merge requests found
...@@ -25,7 +25,7 @@ Library { ...@@ -25,7 +25,7 @@ Library {
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
build-depends: binary == 0.5.*, build-depends: binary == 0.5.*,
Cabal >= 1.8 && < 1.12 Cabal >= 1.8 && < 1.14
extensions: CPP extensions: CPP
} }
...@@ -16,7 +16,7 @@ Executable ghc-cabal ...@@ -16,7 +16,7 @@ Executable ghc-cabal
Main-Is: ghc-cabal.hs Main-Is: ghc-cabal.hs
Build-Depends: base >= 3 && < 5, Build-Depends: base >= 3 && < 5,
Cabal >= 1.10 && < 1.12, Cabal >= 1.10 && < 1.14,
directory >= 1.1 && < 1.2, directory >= 1.1 && < 1.2,
filepath >= 1.2 && < 1.3 filepath >= 1.2 && < 1.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment