Compare commits

..

No commits in common. "rawhide" and "f29" have entirely different histories.
rawhide ... f29

4 changed files with 18 additions and 225 deletions

3
.gitignore vendored
View File

@ -1,4 +1 @@
/ghcid-0.7.1.tar.gz
/ghcid-0.7.4.tar.gz
/ghcid-0.7.7.tar.gz
/ghcid-0.8.7.tar.gz

View File

@ -1,118 +0,0 @@
cabal-version: >= 1.18
build-type: Simple
name: ghcid
version: 0.8.7
x-revision: 1
license: BSD3
license-file: LICENSE
category: Development
author: Neil Mitchell <ndmitchell@gmail.com>, jpmoresmau
maintainer: Neil Mitchell <ndmitchell@gmail.com>
copyright: Neil Mitchell 2014-2020
synopsis: GHCi based bare bones IDE
description:
Either \"GHCi as a daemon\" or \"GHC + a bit of an IDE\". A very simple Haskell development tool which shows you the errors in your project and updates them whenever you save. Run @ghcid --topmost --command=ghci@, where @--topmost@ makes the window on top of all others (Windows only) and @--command@ is the command to start GHCi on your project (defaults to @ghci@ if you have a @.ghci@ file, or else to @cabal repl@).
homepage: https://github.com/ndmitchell/ghcid#readme
bug-reports: https://github.com/ndmitchell/ghcid/issues
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
extra-doc-files:
CHANGES.txt
README.md
source-repository head
type: git
location: https://github.com/ndmitchell/ghcid.git
library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5,
filepath,
time >= 1.5,
directory >= 1.2,
extra >= 1.6.20,
process >= 1.1,
ansi-terminal,
cmdargs >= 0.10
exposed-modules:
Language.Haskell.Ghcid
other-modules:
Paths_ghcid
Language.Haskell.Ghcid.Escape
Language.Haskell.Ghcid.Parser
Language.Haskell.Ghcid.Types
Language.Haskell.Ghcid.Util
executable ghcid
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -main-is Ghcid.main -threaded -rtsopts
main-is: Ghcid.hs
build-depends:
base >= 4.7 && < 5,
filepath,
time >= 1.5,
directory >= 1.2,
containers,
fsnotify >= 0.3 && < 0.4,
extra >= 1.6.20,
process >= 1.1,
cmdargs >= 0.10,
ansi-terminal,
terminal-size >= 0.3
if os(windows)
build-depends: Win32
else
build-depends: unix
other-modules:
Language.Haskell.Ghcid.Escape
Language.Haskell.Ghcid.Parser
Language.Haskell.Ghcid.Terminal
Language.Haskell.Ghcid.Types
Language.Haskell.Ghcid.Util
Language.Haskell.Ghcid
Paths_ghcid
Session
Wait
test-suite ghcid_test
type: exitcode-stdio-1.0
hs-source-dirs: src
main-is: Test.hs
ghc-options: -rtsopts -main-is Test.main -threaded -with-rtsopts=-K1K
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5,
filepath,
time >= 1.5,
directory >= 1.2,
process,
containers,
fsnotify,
extra >= 1.6.6,
ansi-terminal,
terminal-size >= 0.3,
cmdargs,
tasty,
tasty-hunit
if os(windows)
build-depends: Win32
else
build-depends: unix
other-modules:
Ghcid
Language.Haskell.Ghcid
Language.Haskell.Ghcid.Escape
Language.Haskell.Ghcid.Parser
Language.Haskell.Ghcid.Terminal
Language.Haskell.Ghcid.Types
Language.Haskell.Ghcid.Util
Paths_ghcid
Session
Test.API
Test.Ghcid
Test.Parser
Test.Util
Wait

View File

@ -1,17 +1,17 @@
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
# generated by cabal-rpm-0.13
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name ghcid
%global pkgver %{pkg_name}-%{version}
%bcond_without tests
%bcond_with tests
Name: %{pkg_name}
Version: 0.8.7
Release: 11%{?dist}
Version: 0.7.1
Release: 4%{?dist}
Summary: GHCi based bare bones IDE
License: BSD-3-Clause
License: BSD
Url: https://hackage.haskell.org/package/%{name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
@ -21,7 +21,6 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-ansi-terminal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
@ -32,20 +31,6 @@ BuildRequires: ghc-process-devel
BuildRequires: ghc-terminal-size-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
%if %{with ghc_prof}
BuildRequires: ghc-ansi-terminal-prof
BuildRequires: ghc-base-prof
BuildRequires: ghc-cmdargs-prof
BuildRequires: ghc-containers-prof
BuildRequires: ghc-directory-prof
BuildRequires: ghc-extra-prof
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-fsnotify-prof
BuildRequires: ghc-process-prof
BuildRequires: ghc-terminal-size-prof
BuildRequires: ghc-time-prof
BuildRequires: ghc-unix-prof
%endif
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
@ -72,9 +57,11 @@ This package provides the Haskell %{name} shared library.
%package -n ghc-%{name}-devel
Summary: Haskell %{name} library development files
Provides: ghc-%{name}-static = %{version}-%{release}
Provides: ghc-%{name}-static%{?_isa} = %{version}-%{release}
Provides: ghc-%{name}-doc = %{version}-%{release}
%if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
%endif
Requires: ghc-%{name}%{?_isa} = %{version}-%{release}
@ -82,28 +69,6 @@ Requires: ghc-%{name}%{?_isa} = %{version}-%{release}
This package provides the Haskell %{name} library development files.
%if %{with haddock}
%package -n ghc-%{name}-doc
Summary: Haskell %{name} library documentation
BuildArch: noarch
Requires: ghc-filesystem
%description -n ghc-%{name}-doc
This package provides the Haskell %{name} library documentation.
%endif
%if %{with ghc_prof}
%package -n ghc-%{name}-prof
Summary: Haskell %{name} profiling library
Requires: ghc-%{name}-devel%{?_isa} = %{version}-%{release}
Supplements: (ghc-%{name}-devel and ghc-prof)
%description -n ghc-%{name}-prof
This package provides the Haskell %{name} profiling library.
%endif
%prep
# Begin cabal-rpm setup:
%setup -q
@ -123,9 +88,15 @@ This package provides the Haskell %{name} profiling library.
%check
%if %{with tests}
%cabal_test
%endif
%post -n ghc-%{name}-devel
%ghc_pkg_recache
%postun -n ghc-%{name}-devel
%ghc_pkg_recache
%files
@ -146,64 +117,7 @@ This package provides the Haskell %{name} profiling library.
%doc CHANGES.txt README.md
%if %{with haddock}
%files -n ghc-%{name}-doc -f ghc-%{name}-doc.files
%license LICENSE
%endif
%if %{with ghc_prof}
%files -n ghc-%{name}-prof -f ghc-%{name}-prof.files
%endif
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.8.7-11
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.8.7-9
- rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 0.8.7-7
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.8.7-6
- rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.8.7-1
- update to 0.8.7
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.7.7-1
- update to 0.7.7
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.7.4-1
- update to 0.7.4
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Mar 19 2019 Jens Petersen <petersen@redhat.com> - 0.7.1-4
- requires ghc-compiler and cabal-install

View File

@ -1 +1 @@
SHA512 (ghcid-0.8.7.tar.gz) = 69748c115db36d4b41dafdbbfaeedc80be3a3bdadf15b16386e36138193fcc8c89d84b2990fb69175acedbb5cab62251387405ccbb2e7bcc8d04f5370effab8a
SHA512 (ghcid-0.7.1.tar.gz) = 6f0f9e9472a920ee03e7af36aa1cdca4b281900d9a83cc2522ee7aacf8a96708993b74bef6a6737f7d2ebdf4f55ae92c957841861d24946229ddd94b0faf7557