Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
bookme
Commits
395f43d2
Commit
395f43d2
authored
Jun 14, 2020
by
Christopher League
Browse files
Skip alterations to haskell env
These were meant to reduce closure size, but it doesn't seem like they help.
parent
6dbc43d1
Pipeline
#984
failed with stage
in 62 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
395f43d2
...
...
@@ -25,8 +25,5 @@ in
haskell
.
lib
.
overrideCabal
(
hp
.
callPackage
./bookme.nix
{
})
(
drv
:
{
doCheck
=
false
;
doHaddock
=
false
;
enableLibraryProfiling
=
false
;
src
=
builtins
.
filterSource
keep
./.
;
})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment