File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11dist-newstyle
22.stack-work
33/hie.yaml
4+ /install /hie.yaml
45cabal.project.local
56* ~
67* .lock
Original file line number Diff line number Diff line change 1616# assuming that cabal new-build does succeed outside nix-shell
1717
1818{ sources ? import nix/sources.nix ,
19- nixpkgs ? import sources . nixpkgs { } ,
19+ # TODO Remove allowBroken once retrie is no longer marked as broken in Nixpkgs
20+ # See https://github.com/haskell/haskell-language-server/issues/325
21+ nixpkgs ? import sources . nixpkgs { config . allowBroken = true ; } ,
2022 compiler ? "default" ,
2123 hoogle ? false
2224 } :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ghc-options:
1010extra-deps :
1111- aeson-1.5.2.0
1212- ansi-terminal-0.10.3
13- - base-compat-0.11.0
13+ - base-compat-0.10.5
1414- github : bubba/brittany
1515 commit : c59655f10d5ad295c2481537fc8abf0a297d9d1c
1616- butcher-1.3.3.1
@@ -42,14 +42,18 @@ extra-deps:
4242- optparse-applicative-0.15.1.0
4343- ormolu-0.1.2.0
4444- parser-combinators-1.2.1
45+ - primitive-0.7.1.0
4546- regex-base-0.94.0.0
4647- regex-pcre-builtin-0.95.1.1.8.43
4748- regex-tdfa-1.3.1.0
4849- retrie-0.1.1.1
4950- semialign-1.1
51+ # - github: wz1000/shake
52+ # commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
5053- stylish-haskell-0.11.0.3
5154- tasty-rerun-1.1.17
5255- temporary-1.2.1.1
56+ - these-1.1.1.1
5357- type-equality-1
5458- topograph-1
5559
You can’t perform that action at this time.
0 commit comments