Skip to content
Snippets Groups Projects
Commit 652e756c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

put language directives in the cabal file

parent 3cc5225b
Branches
No related tags found
1 merge request!2Incorporate tahoe-great-black-swamp to do share downloads using GBS
...@@ -68,6 +68,7 @@ common language ...@@ -68,6 +68,7 @@ common language
NamedFieldPuns NamedFieldPuns
OverloadedStrings OverloadedStrings
RecordWildCards RecordWildCards
ScopedTypeVariables
TupleSections TupleSections
library library
......
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{- | A high-level interface to downloading share data as bytes from storage {- | A high-level interface to downloading share data as bytes from storage
servers. servers.
-} -}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment