From f7277a0fa46d97de4fa871d3744af948d258a334 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 7 Aug 2018 15:26:49 -0400 Subject: Remove unnecessary base-compat dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd46043..e0e711d 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3