From a10a01fc807fa8906736ba51eb1968aeb32d3752 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 26 May 2020 22:45:19 +0200 Subject: [PATCH] Add project files, gitignore etc --- .gitignore | 1 + README.md | 4 ++++ cabal.project | 3 +++ cabal.project.freeze | 22 ++++++++++++++++++++++ 4 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 cabal.project create mode 100644 cabal.project.freeze diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c33954f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist-newstyle/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8830d57 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# README + +* needs ghc-8.8.3 and cabal (use [ghcup](https://www.haskell.org/ghcup/) to install) +* interval for the queue length can be adjusted: `holmusk-challenge --interval x.y` diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..cc78141 --- /dev/null +++ b/cabal.project @@ -0,0 +1,3 @@ +packages: ./ + +with-compiler: ghc-8.8.3 diff --git a/cabal.project.freeze b/cabal.project.freeze new file mode 100644 index 0000000..7cdb8a0 --- /dev/null +++ b/cabal.project.freeze @@ -0,0 +1,22 @@ +constraints: any.ansi-terminal ==0.10.3, + ansi-terminal -example, + any.ansi-wl-pprint ==0.6.9, + ansi-wl-pprint -example, + any.array ==0.5.4.0, + any.base ==4.13.0.0, + any.bytestring ==0.10.10.0, + any.colour ==2.3.5, + any.deepseq ==1.4.4.0, + any.directory ==1.3.6.0, + any.filepath ==1.4.2.1, + any.ghc-prim ==0.5.3, + any.integer-gmp ==1.0.2.0, + any.optparse-applicative ==0.15.1.0, + any.process ==1.6.8.0, + any.random ==1.1, + any.rts ==1.0, + any.time ==1.9.3, + any.transformers ==0.5.6.2, + any.transformers-compat ==0.6.5, + transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, + any.unix ==2.7.2.2