Skip to content

Commit

Permalink
stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jun 17, 2020
1 parent 9b01069 commit e05f6b4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/dist
/dist-newstyle
/a.out
/.stack-work
.ccls
*.gv
*.png
6 changes: 3 additions & 3 deletions alpaca-parser-generator.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c4fa5412e9836cb54fc68a107010b2abeb0796dc87e7ef63b8d1f76f377548b5
-- hash: ce63852fddd1891722b3791ee6757ebf29e4809f39fba3da2331dec855a1fdf7

name: alpaca-parser-generator
version: 0.1.2.1
Expand Down Expand Up @@ -70,7 +70,7 @@ executable alpaca
, mtl >=2.2.2 && <2.3
, optparse-applicative >=0.15.1 && <0.16
, string-interpolate >=0.2.0 && <0.3
, table-layout >=0.8.0 && <0.9
, table-layout >=0.8.0 && <0.10
, template-haskell >=2.14.0 && <2.16
, text >=1.2.3 && <1.3
default-language: Haskell2010
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ executables:
- containers >=0.6.0 && <0.7
- mtl >=2.2.2 && <2.3
- array >=0.5.3 && <0.6 # Needed by alex code
- table-layout >=0.8.0 && <0.9
- table-layout >=0.8.0 && <0.10
- string-interpolate >=0.2.0 && <0.3
- template-haskell >=2.14.0 && <2.16 # For QuasiQuoter
- directory >=1.3.3 && <1.4
Expand Down
6 changes: 6 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resolver: lts-16.1
packages:
- .
extra-deps:
- table-layout-0.9.0.1
- data-default-instances-base-0.1.0.1
26 changes: 26 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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:
hackage: table-layout-0.9.0.1@sha256:0f3ad3220caeecedcd833e95e5b754ae2e4a99cf7d7637a53bdf18c29a50a388,7154
pantry-tree:
size: 2216
sha256: 807ada1c9738cedc0135c41c038ae09b0fcca1cbe2b6b841cf862bd1b95d69d9
original:
hackage: table-layout-0.9.0.1
- completed:
hackage: data-default-instances-base-0.1.0.1@sha256:985a13d7103e45a65f06f277b735ef025636014f0d29dd6de998bc7628e09be9,509
pantry-tree:
size: 242
sha256: 92969ddf22c5f54123fb2bcfbe5917b59a7e6382473b0306bcd8fb7990d9aa1a
original:
hackage: data-default-instances-base-0.1.0.1
snapshots:
- completed:
size: 531237
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/1.yaml
sha256: 954b6b14b0c8130732cf4773f7ebb4efc9a44600d1a5265d142868bf93462bc6
original: lts-16.1

0 comments on commit e05f6b4

Please sign in to comment.