Skip to content

Commit

Permalink
feat(deps): update dependency boundaries for package (#41)
Browse files Browse the repository at this point in the history
* Update .all-contributorsrc

* 👥 Add @BarbDMC as a contributor

* Update dependency boundaries to better follow lts versions

---------

Co-authored-by: Alexander Mejia <[email protected]>
  • Loading branch information
Alex0jk and Alexander Mejia authored Mar 11, 2024
1 parent 247e471 commit 90d6c23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions atomic-write.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ library

build-depends: base >= 4.5 && < 5.0
, temporary >= 1.3 && < 1.4
, unix-compat >= 0.7 && < 1.0
, unix-compat >= 0.5 && < 1.0
, directory >= 1.3 && < 1.4
, filepath >= 1.4 && < 1.5
, text >= 2.1 && < 3.0
, text >= 1.2 && < 3.0
, bytestring >= 0.10.4 && < 0.13.0

hs-source-dirs: src
Expand Down Expand Up @@ -101,7 +101,7 @@ test-suite atomic-write-test
, filepath
, text
, bytestring
, hspec
, hspec >= 2.5 && < 2.12

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

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-14.14
resolver: lts-21.13
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 525663
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/14.yaml
sha256: 6edc48df46eb8bf7b861e98dd30d021a92c2e1820c9bb6528aac5d997b0e14ef
original: lts-14.14
sha256: 8017c7970c2a8a9510c60cc70ac245d59e0c34eb932b91d37af09fe59855d854
size: 640038
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/13.yaml
original: lts-21.13

0 comments on commit 90d6c23

Please sign in to comment.