Branding is important
This commit is contained in:
parent
fe7646ddc0
commit
ad0a17b9f8
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
{
|
||||
description = "My haskell application";
|
||||
description = "A silly battery parser";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
|
|
|
@ -57,7 +57,7 @@ extra-doc-files: CHANGELOG.md
|
|||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable obtuse
|
||||
executable battery
|
||||
-- Import common warning flags.
|
||||
import: warnings
|
||||
|
||||
|
|
Loading…
Reference in a new issue