diff --git a/mssql-simple.cabal b/mssql-simple.cabal
--- a/mssql-simple.cabal
+++ b/mssql-simple.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 9aa32b25a330fcdb7d4bc7b492b2f647344cbaf877dd13cbdbc191b842f80690
+-- hash: 9a42a2fe3fbb1cc57d2a13e0253336cedf80477859bff744e2ed2577c498bac8
 
 name:           mssql-simple
-version:        0.1.0.0
+version:        0.1.0.1
 description:    Please see the README on GitHub at <https://github.com/mitsuji/mssql-simple#readme>
 homepage:       https://github.com/mitsuji/mssql-simple#readme
 bug-reports:    https://github.com/mitsuji/mssql-simple/issues
@@ -42,7 +42,8 @@
     , binary
     , bytestring
     , ms-tds <0.2
-    , network
+    , network >=2.7 && <3.1
+    , network-bsd >=2.7 && <2.9
     , text
     , time
     , tls
@@ -62,7 +63,8 @@
     , bytestring
     , ms-tds <0.2
     , mssql-simple
-    , network
+    , network >=2.7 && <3.1
+    , network-bsd >=2.7 && <2.9
     , text
     , time
     , tls
