@@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : morpheus-graphql-client
8- version : 0.27.1
8+ version : 0.27.2
99synopsis : Morpheus GraphQL Client
1010description : Build GraphQL APIs with your favorite functional language!
1111category : web, graphql, client
@@ -101,7 +101,7 @@ library
101101 , relude >= 0.3.0 && < 2.0.0
102102 , req >= 3.0.0 && < 4.0.0
103103 , template-haskell >= 2.0.0 && < 3.0.0
104- , text >= 1.2.3 && < 3
104+ , text >= 1.2.3 && < 3.0.0
105105 , transformers >= 0.3.0 && < 0.6.0
106106 , unliftio-core >= 0.0.1 && < 0.4.0
107107 , unordered-containers >= 0.2.8 && < 0.3.0
@@ -146,7 +146,7 @@ test-suite morpheus-graphql-client-test
146146 , tasty >= 0.1.0 && < 1.5.0
147147 , tasty-hunit >= 0.1.0 && < 1.0.0
148148 , template-haskell >= 2.0.0 && < 3.0.0
149- , text >= 1.2.3 && < 3
149+ , text >= 1.2.3 && < 3.0.0
150150 , transformers >= 0.3.0 && < 0.6.0
151151 , unliftio-core >= 0.0.1 && < 0.4.0
152152 , unordered-containers >= 0.2.8 && < 0.3.0
0 commit comments