From 652e756c423c63780043ab48f583e41594d1284f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 8 May 2023 13:20:06 -0400
Subject: [PATCH] put language directives in the cabal file

---
 gbs-downloader.cabal  | 1 +
 src/Tahoe/Download.hs | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/gbs-downloader.cabal b/gbs-downloader.cabal
index a88d1bc..0312e51 100644
--- a/gbs-downloader.cabal
+++ b/gbs-downloader.cabal
@@ -68,6 +68,7 @@ common language
     NamedFieldPuns
     OverloadedStrings
     RecordWildCards
+    ScopedTypeVariables
     TupleSections
 
 library
diff --git a/src/Tahoe/Download.hs b/src/Tahoe/Download.hs
index b7747e6..7cf8f16 100644
--- a/src/Tahoe/Download.hs
+++ b/src/Tahoe/Download.hs
@@ -1,6 +1,3 @@
-{-# LANGUAGE RecordWildCards #-}
-{-# LANGUAGE ScopedTypeVariables #-}
-
 {- | A high-level interface to downloading share data as bytes from storage
  servers.
 -}
-- 
GitLab