Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from haskell-distributed/fd/fix-cabal-extensio…
Browse files Browse the repository at this point in the history
…ns-fields

Fix extension fields in the cabal file
  • Loading branch information
facundominguez authored Aug 30, 2022
2 parents 086a9aa + cd9570b commit dc8157f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion network-transport.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Library
Exposed-Modules: Network.Transport,
Network.Transport.Util
Network.Transport.Internal
Other-Extensions: ForeignFunctionInterface,
Other-Extensions: ForeignFunctionInterface
Default-Extensions:
RankNTypes,
ScopedTypeVariables,
DeriveDataTypeable,
Expand Down

0 comments on commit dc8157f

Please sign in to comment.