diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7dc0f4..8274e54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,5 +37,5 @@ jobs: - name: Test run: | - cabal test parser-test $CONFIG --test-options="--quickcheck-replay=461077" + cabal test parser-test $CONFIG cabal test convert-test $CONFIG diff --git a/.gitignore b/.gitignore index 1d33705..340b928 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ log hie.* *.c *.h -cabal.project.local \ No newline at end of file +cabal.project.local +jamie-patches/ +nick-patches/ \ No newline at end of file diff --git a/cabal.project.freeze b/cabal.project.freeze deleted file mode 100644 index 7aa0362..0000000 --- a/cabal.project.freeze +++ /dev/null @@ -1,48 +0,0 @@ -active-repositories: hackage.haskell.org:merge -constraints: any.QuickCheck ==2.14.2, - QuickCheck -old-random +templatehaskell, - any.ansi-terminal ==0.11, - ansi-terminal -example, - any.ansi-wl-pprint ==0.6.9, - ansi-wl-pprint -example, - any.array ==0.5.4.0, - any.base ==4.15.0.0, - any.bytestring ==0.10.12.1, - any.call-stack ==0.4.0, - any.clock ==0.8.2, - clock -llvm, - any.colour ==2.3.6, - any.containers ==0.6.4.1, - any.deepseq ==1.4.5.0, - any.directory ==1.3.6.1, - any.filepath ==1.4.2.1, - any.ghc-bignum ==1.0, - any.ghc-boot-th ==9.0.1, - any.ghc-prim ==0.7.0, - any.mtl ==2.2.2, - any.optparse-applicative ==0.16.1.0, - optparse-applicative +process, - any.pretty ==1.1.3.6, - any.process ==1.6.11.0, - any.random ==1.2.0, - any.rts ==1.0, - any.selective ==0.4.2, - any.splitmix ==0.1.0.3, - splitmix -optimised-mixer, - any.stm ==2.5.0.0, - any.tagged ==0.8.6.1, - tagged +deepseq +transformers, - any.tasty ==1.4.1, - tasty +clock +unix, - any.tasty-hunit ==0.10.0.3, - any.tasty-quickcheck ==0.10.1.2, - any.template-haskell ==2.17.0.0, - any.time ==1.9.3, - any.transformers ==0.5.6.2, - any.transformers-compat ==0.7, - transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, - any.unbounded-delays ==0.1.1.1, - any.unix ==2.7.2.2, - any.wcwidth ==0.0.2, - wcwidth -cli +split-base -index-state: hackage.haskell.org 2021-08-10T05:09:23Z