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