Skip to content

Commit 519bba4

Browse files
mpilgremkazu-yamamoto
authored andcommitted
Increase base lower bound to 4.9
Reason for increase: - Module `Network.Socket.Posix.Cmsg` uses GHC's Type Applications extension to the Haskell language. - `TypeApplications` was introduced in GHC 8.0.1 (https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#extension-TypeApplications). - GHC 8.0.1 shipped with `base-4.9.0.0` (https://wiki.haskell.org/Base_package).
1 parent a74ea3b commit 519bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ library
8686
Network.Socket.Types
8787

8888
build-depends:
89-
base >= 4.7 && < 5,
89+
base >= 4.9 && < 5,
9090
bytestring == 0.10.*,
9191
deepseq,
9292
directory

0 commit comments

Comments
 (0)