Skip to content

Commit

Permalink
Add stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n committed Jun 5, 2022
1 parent bf2e5af commit 6b1dbdf
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist-newstyle
.stack-work
9 changes: 9 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was automatically generated by 'stack init'
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml

packages:
- .

extra-deps:
- text-replace-0.1.0.2
20 changes: 20 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
pantry-tree:
sha256: fabbbc5ac3b70c3750b70222ee4fcefb7361b16e0e31ae46a292ed13b990ff3c
size: 342
hackage: text-replace-0.1.0.2@sha256:7dde41ab31a3c029398ea0529a14c35c49c9232917e4dc5a1c6d125fa06b9e9f,1769
original:
hackage: text-replace-0.1.0.2
snapshots:
- completed:
sha256: 005f204647467d65c4ab549a5ca35d54b3d90a84a99a4ffc5d421a4018854fe2
size: 618509
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml
6 changes: 3 additions & 3 deletions xdgnj.cabal → xdg-ninja.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
base ^>=4.15.1.0,
process ^>=1.6.13.2,
text ^>=1.2.5.0,
aeson ^>=1.5.6.0,
aeson ^>=2.0.3.0,
bytestring ^>=0.10.12.1,
uuid ^>=1.3.15,
entropy ^>=0.4.1.7,
Expand All @@ -34,7 +34,7 @@ library
extra ^>=1.7.10,
aeson-pretty ^>=0.8.9,
text-replace ^>=0.1,
filepath ^>=1.4.2.2,
filepath ^>=1.4.2.1,
hs-source-dirs: lib
default-language: Haskell2010
exposed-modules: AddProgram, Program, Prompts, EditProgram, Output, PreviewProgram, Checks
Expand All @@ -53,7 +53,7 @@ executable xdgnj
main-is: xdgnj.hs
build-depends:
base ^>=4.15.1.0,
optparse-applicative ^>=0.17.0.0,
optparse-applicative ^>=0.16.1.0,
xdg-ninja,
hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 6b1dbdf

Please sign in to comment.