debian-build 0.10.1.1 → 0.10.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Debian.Package.Build: clean :: [String] -> Trace ()
+ Debian.Package.Build: configure :: [String] -> Trace ()
+ Debian.Package.Build: fillSetupHs :: FilePath -> IO ()
+ Debian.Package.Build: findDescriptionFile :: FilePath -> IO (Maybe FilePath)
+ Debian.Package.Build: install :: [String] -> Trace ()
+ Debian.Package.Build: register :: [String] -> Trace ()
+ Debian.Package.Build: sdist :: [String] -> Trace ()
+ Debian.Package.Build: setupCmd :: String -> [String] -> Trace ()
Files
- debian-build.cabal +2/−2
debian-build.cabal view
@@ -1,5 +1,5 @@ name: debian-build-version: 0.10.1.1+version: 0.10.1.2 synopsis: Debian package build sequence tools description: This package provides build sequence functions for debian package, and includes on-the-fly@@ -13,7 +13,7 @@ category: Debian build-type: Simple cabal-version: >=1.10-tested-with: GHC == 8.4.1, GHC == 8.4.2+tested-with: GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3 , GHC == 8.2.1, GHC == 8.2.2 , GHC == 8.0.1, GHC == 8.0.2 , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3