Skip to content

Commit 90d6c23

Browse files
Alex0jkAlexander Mejia
and
Alexander Mejia
authored
feat(deps): update dependency boundaries for package (#41)
* Update .all-contributorsrc * 👥 Add @BarbDMC as a contributor * Update dependency boundaries to better follow lts versions --------- Co-authored-by: Alexander Mejia <[email protected]>
1 parent 247e471 commit 90d6c23

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

atomic-write.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ library
6666

6767
build-depends: base >= 4.5 && < 5.0
6868
, temporary >= 1.3 && < 1.4
69-
, unix-compat >= 0.7 && < 1.0
69+
, unix-compat >= 0.5 && < 1.0
7070
, directory >= 1.3 && < 1.4
7171
, filepath >= 1.4 && < 1.5
72-
, text >= 2.1 && < 3.0
72+
, text >= 1.2 && < 3.0
7373
, bytestring >= 0.10.4 && < 0.13.0
7474

7575
hs-source-dirs: src
@@ -101,7 +101,7 @@ test-suite atomic-write-test
101101
, filepath
102102
, text
103103
, bytestring
104-
, hspec
104+
, hspec >= 2.5 && < 2.12
105105

106106
build-tools: hspec-discover >= 2.0 && < 3.0
107107

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: lts-14.14
1+
resolver: lts-21.13

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 525663
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/14.yaml
11-
sha256: 6edc48df46eb8bf7b861e98dd30d021a92c2e1820c9bb6528aac5d997b0e14ef
12-
original: lts-14.14
9+
sha256: 8017c7970c2a8a9510c60cc70ac245d59e0c34eb932b91d37af09fe59855d854
10+
size: 640038
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/13.yaml
12+
original: lts-21.13

0 commit comments

Comments
 (0)