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