Skip to content

Commit 0d62123

Browse files
committed
package.yaml: remove spurious version constraints
1 parent eca3131 commit 0d62123

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- base64-bytestring
4646
- bytestring
4747
- conduit
48-
- conduit-extra >= 1.2.3.1
48+
- conduit-extra
4949
- containers
5050
- cryptonite
5151
- cryptonite-conduit
@@ -61,7 +61,7 @@ dependencies:
6161
- generic-deriving
6262
- hackage-security
6363
- hashable
64-
- hpack >= 0.29.6
64+
- hpack
6565
- hpc
6666
- http-client
6767
- http-client-tls
@@ -107,10 +107,10 @@ dependencies:
107107
- time
108108
- tls
109109
- transformers
110-
- typed-process >= 0.2.1.0
110+
- typed-process
111111
- unicode-transforms
112112
- unix-compat
113-
- unliftio >= 0.2.4.0
113+
- unliftio
114114
- unordered-containers
115115
- vector
116116
- yaml
@@ -121,7 +121,7 @@ when:
121121
then:
122122
cpp-options: -DWINDOWS
123123
dependencies:
124-
- Win32 >= 2.5.3.0
124+
- Win32
125125
else:
126126
build-tools:
127127
- hsc2hs

0 commit comments

Comments
 (0)