remove old patch
This commit is contained in:
parent
b78fe59b61
commit
495e1889ec
@ -1,13 +0,0 @@
|
||||
--- HSH-2.1.2/HSH/ShellEquivs.hs~ 2014-10-28 22:00:59.000000000 +0900
|
||||
+++ HSH-2.1.2/HSH/ShellEquivs.hs 2017-02-27 18:41:50.753193724 +0900
|
||||
@@ -86,7 +86,7 @@
|
||||
import Text.Regex (matchRegex, mkRegex)
|
||||
import Text.Printf (printf)
|
||||
import Control.Monad (foldM)
|
||||
-import System.Directory hiding (createDirectory)
|
||||
+import System.Directory hiding (createDirectory, isSymbolicLink)
|
||||
import qualified Control.Exception as E
|
||||
-- import System.FilePath (splitPath)
|
||||
|
||||
|
||||
Diff finished. Mon Feb 27 18:42:10 2017
|
@ -12,7 +12,6 @@ Summary: Library to mix shell scripting with Haskell programs
|
||||
License: LGPLv2+
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Patch0: HSH-2.1.2-isSymbolicLink.patch
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -54,7 +53,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgver}
|
||||
%patch0 -p1 -b .orig
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user