diff --git a/nix/default.nix b/nix/default.nix index 537401e..5928fe3 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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; @@ -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 diff --git a/nvfetcher.cabal b/nvfetcher.cabal index 2389daf..2040038 100644 --- a/nvfetcher.cabal +++ b/nvfetcher.cabal @@ -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