Skip to content

Commit 841cd22

Browse files
committed
Bump version bounds to 0.2+.
1 parent 9f0b837 commit 841cd22

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

semantic-analysis/semantic-analysis.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, fused-effects ^>= 1.1
7878
, hashable
7979
, pathtype ^>= 0.8.1
80-
, semantic-source ^>= 0.1.0.1
80+
, semantic-source ^>= 0.2
8181
, text ^>= 1.2.3.1
8282
, transformers ^>= 0.5
8383
, vector ^>= 0.12.3

semantic-ast/semantic-ast.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
, fused-effects ^>= 1.1
7575
, Glob ^>= 0.10.0
7676
, pathtype ^>= 0.8.1
77-
, semantic-source ^>= 0.1.0.1
77+
, semantic-source ^>= 0.2
7878
, tasty ^>= 1.2.3
7979
, tasty-hunit ^>= 0.10.0.2
8080
, template-haskell >= 2.15 && < 2.19

semantic-codeql/semantic-codeql.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
, fused-effects ^>= 1.1
5858
, semantic-ast
5959
, semantic-proto ^>= 0
60-
, semantic-source ^>= 0.1.0.1
60+
, semantic-source ^>= 0.2
6161
, semantic-tags ^>= 0.0
6262
, template-haskell >= 2.15 && < 2.19
6363
, text ^>= 1.2.3

semantic-go/semantic-go.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
, fused-effects ^>= 1.1
5858
, semantic-ast
5959
, semantic-proto ^>= 0
60-
, semantic-source ^>= 0.1.0.1
60+
, semantic-source ^>= 0.2
6161
, semantic-tags ^>= 0.0
6262
, template-haskell >= 2.15 && < 2.19
6363
, text ^>= 1.2.3

semantic-java/semantic-java.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
, fused-effects ^>= 1.1
5858
, semantic-ast
5959
, semantic-proto ^>= 0
60-
, semantic-source ^>= 0.1.0.1
60+
, semantic-source ^>= 0.2
6161
, semantic-tags ^>= 0.0
6262
, template-haskell >= 2.15 && < 2.19
6363
, text ^>= 1.2.3

semantic-parse/semantic-parse.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ executable semantic-parse
5656
, pretty-simple
5757
, semantic-ast
5858
, semantic-python
59-
, semantic-source ^>= 0.1.0.1
59+
, semantic-source ^>= 0.2
6060
hs-source-dirs: app
6161
default-language: Haskell2010

semantic-php/semantic-php.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, fused-effects ^>= 1.1
5656
, semantic-ast
5757
, semantic-proto ^>= 0
58-
, semantic-source ^>= 0.1.0.1
58+
, semantic-source ^>= 0.2
5959
, semantic-tags ^>= 0.0
6060
, template-haskell >= 2.15 && < 2.19
6161
, text ^>= 1.2.3

semantic-python/semantic-python.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363
, semantic-analysis ^>= 0
6464
, semantic-ast
6565
, semantic-proto ^>= 0
66-
, semantic-source ^>= 0.1.0.1
66+
, semantic-source ^>= 0.2
6767
, semantic-tags ^>= 0.0
6868
, template-haskell >= 2.15 && < 2.19
6969
, text ^>= 1.2.3

semantic-ruby/semantic-ruby.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
, fused-effects ^>= 1.1
5858
, semantic-ast
5959
, semantic-proto ^>= 0
60-
, semantic-source ^>= 0.1.0.1
60+
, semantic-source ^>= 0.2
6161
, semantic-tags ^>= 0.0
6262
, template-haskell >= 2.15 && < 2.19
6363
, text ^>= 1.2.3

semantic-rust/semantic-rust.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
, base >= 4.13 && < 5
5757
, fused-effects ^>= 1.1
5858
, semantic-ast
59-
, semantic-source ^>= 0.1.0.1
59+
, semantic-source ^>= 0.2
6060
, semantic-tags ^>= 0.0
6161
, template-haskell >= 2.15 && < 2.19
6262
, text ^>= 1.2.3

0 commit comments

Comments
 (0)