Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Aug 18, 2023
1 parent 8ca17d5 commit 4479737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
, free, hspec, hspec-discover, lib, microlens, microlens-th
, neat-interpolation, optparse-simple, parsec, prettyprinter
, regex-tdfa, shake, stm, text, toml-reader, transformers, unliftio
, unordered-containers, validation-selective
, unordered-containers
}:
mkDerivation {
pname = "nvfetcher";
version = "0.6.1.0";
version = "0.6.2.0";
src = ../.;
isLibrary = true;
isExecutable = true;
Expand All @@ -22,7 +22,6 @@ mkDerivation {
containers data-default extra free microlens microlens-th
neat-interpolation optparse-simple parsec prettyprinter regex-tdfa
shake text toml-reader transformers unordered-containers
validation-selective
];
testHaskellDepends = [
aeson aeson-pretty async base binary binary-instances bytestring
Expand Down
5 changes: 1 addition & 4 deletions nvfetcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ executable nvfetcher
Config.PackageFetcher
Config.VersionSource

build-depends:
, nvfetcher
, validation-selective

build-depends: nvfetcher
ghc-options: -threaded -rtsopts -with-rtsopts=-N

flag build-example
Expand Down

0 comments on commit 4479737

Please sign in to comment.