haskell.packages.ghc94.ghc-exactprint: 1.6.1.1 -> 1.6.1.3

This commit is contained in:
sternenseemann 2023-06-09 12:09:32 +02:00
parent adc82e6806
commit a413349481

View file

@ -172,7 +172,7 @@ in {
ghc-exactprint = overrideCabal (drv: {
libraryHaskellDepends = with self; [ HUnit data-default fail filemanip free ghc-paths ordered-containers silently syb Diff ];
})
self.ghc-exactprint_1_6_1_1;
self.ghc-exactprint_1_6_1_3;
# needed to build servant
http-api-data = super.http-api-data_0_5_1;