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