~marc-coiffier/BHR

c84b95d78e0a12e1a2ebe4a4af81fc541fa4bc95 — Marc Coiffier 8 months ago c03f937
Update on sam. 03 févr. 2024 12:38:06 CET
2 files changed, 8 insertions(+), 4 deletions(-)

M capricon/capricon.cabal
M stack.yaml
M capricon/capricon.cabal => capricon/capricon.cabal +1 -1
@@ 1,6 1,5 @@
-- Initial misc.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                capricon
version:             0.10.1
-- synopsis:            


@@ 50,6 49,7 @@ executable WiQEE.js
  build-depends: array >=0.5 && <0.6,base >=4.8 && <4.10,capricon >=0.10 && <0.11,definitive-base >=2.6 && <2.7,definitive-parser >=3.1 && <3.2,filepath >=1.4 && <1.5,haste-lib
  hs-source-dirs:      exe
  default-language:    Haskell2010

-- executable coinche
--   main-is:             Coinche.hs
--   default-extensions:  RebindableSyntax

M stack.yaml => stack.yaml +7 -3
@@ 35,11 35,11 @@ resolver: lts-9.10
# A package marked 'extra-dep: true' will only be built if demanded by a
# non-dependency (i.e. a user package), and its test suites and benchmarks
# will not be run. This is useful for tweaking upstream packages.
packages: []
packages:
- ./curly
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- ./curly
- ./capricon
- ./curly-gateway
- ./logos


@@ 79,4 79,8 @@ extra-deps:
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
\ No newline at end of file
# compiler-check: newer-minor

nix:
  enable: true
  packages: [ zlib ]
\ No newline at end of file