diff options
author | Benjamin Barenblat <bbaren@google.com> | 2018-08-07 15:26:49 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2018-08-07 15:26:49 -0400 |
commit | f7277a0fa46d97de4fa871d3744af948d258a334 (patch) | |
tree | 1e4b6d1dc1fd353d300d8203efafbb76c97b4422 | |
parent | 91379b1444c4b95b6fc0a50848be06c92f4b02e4 (diff) |
Remove unnecessary base-compat dependency
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | btls.cabal | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -30,7 +30,7 @@ btls needs GHC, c2hs and a few Haskell libraries to build. On Debian, should get you everything you need; you can also run - apt install libghc-{base-compat,base16-bytestring,smallcheck,tasty,tasty-hunit,tasty-smallcheck}-dev + apt install libghc-{base16-bytestring,smallcheck,tasty,tasty-hunit,tasty-smallcheck}-dev if you want to install everything you can through APT instead of Cabal. Once you’ve done so, you can build and run the test suite. @@ -85,7 +85,6 @@ library -- in OpenSSL. extra-libraries: btls_crypto build-depends: base >=4.9 && <4.10 - , base-compat >=0.9.3 && <0.10 , bytestring >=0.10 && <0.11 test-suite tests |