From ad0a17b9f8ab89285a327acdf8e17a7c7ff79e5e Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 8 Aug 2023 03:45:07 +0200 Subject: [PATCH] Branding is important --- flake.nix | 2 +- obtuse.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 47a422b..70837f8 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/obtuse.cabal b/obtuse.cabal index ff6a92c..4ea3d40 100644 --- a/obtuse.cabal +++ b/obtuse.cabal @@ -57,7 +57,7 @@ extra-doc-files: CHANGELOG.md common warnings ghc-options: -Wall -executable obtuse +executable battery -- Import common warning flags. import: warnings