commit ghc-ed25519 for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2020-09-07 22:01:29

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3399 (New)


Package is "ghc-ed25519"

Mon Sep  7 22:01:29 2020 rev:11 rq:832271 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2020-08-28 
21:29:51.528566915 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3399/ghc-ed25519.changes
2020-09-07 22:01:40.350061221 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 09:34:31 UTC 2020 - psim...@suse.com
+
+- Update ed25519 to version 0.0.5.0 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--



commit ghc-ed25519 for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2020-08-28 21:29:49

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3399 (New)


Package is "ghc-ed25519"

Fri Aug 28 21:29:49 2020 rev:10 rq:829261 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2020-06-19 
17:12:19.225937443 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3399/ghc-ed25519.changes
2020-08-28 21:29:51.528566915 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:44:43 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.QilmoG/_old  2020-08-28 21:29:52.116567194 +0200
+++ /var/tmp/diff_new_pack.QilmoG/_new  2020-08-28 21:29:52.120567196 +0200
@@ -54,7 +54,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build




commit ghc-ed25519 for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2020-06-19 17:12:18

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3606 (New)


Package is "ghc-ed25519"

Fri Jun 19 17:12:18 2020 rev:9 rq:815083 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2020-05-11 
13:35:26.372373714 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.3606/ghc-ed25519.changes
2020-06-19 17:12:19.225937443 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:04 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.McJ6f0/_old  2020-06-19 17:12:20.177940629 +0200
+++ /var/tmp/diff_new_pack.McJ6f0/_new  2020-06-19 17:12:20.181940642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ed25519
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:MIT
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -56,7 +56,6 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver ghc-prim '< 0.6' '< 1'
 
 %build
 %ghc_lib_build

++ ed25519.cabal ++
--- /var/tmp/diff_new_pack.McJ6f0/_old  2020-06-19 17:12:20.221940775 +0200
+++ /var/tmp/diff_new_pack.McJ6f0/_new  2020-06-19 17:12:20.225940789 +0200
@@ -1,6 +1,6 @@
 name:ed25519
 version: 0.0.5.0
-x-revision: 2
+x-revision: 3
 category:Cryptography
 license: MIT
 synopsis:Ed25519 cryptographic signatures
@@ -61,7 +61,7 @@
 
 library
   build-depends:
-ghc-prim>= 0.1 && < 0.6,
+ghc-prim>= 0.1 && < 0.7,
 base>= 4   && < 5,
 bytestring  >= 0.9 && < 0.11
 




commit ghc-ed25519 for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2020-05-11 13:34:43

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new.2738 (New)


Package is "ghc-ed25519"

Mon May 11 13:34:43 2020 rev:8 rq:801013 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2019-12-27 
13:53:14.924653561 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.2738/ghc-ed25519.changes
2020-05-11 13:35:26.372373714 +0200
@@ -1,0 +2,5 @@
+Thu May  7 07:47:10 UTC 2020 - Peter Simons 
+
+- Tweak dependency information to fix building with ghc-8.10.x.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.ilHjJu/_old  2020-05-11 13:35:27.908376934 +0200
+++ /var/tmp/diff_new_pack.ilHjJu/_new  2020-05-11 13:35:27.908376934 +0200
@@ -56,6 +56,7 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
+cabal-tweak-dep-ver ghc-prim '< 0.6' '< 1'
 
 %build
 %ghc_lib_build




commit ghc-ed25519 for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2019-12-27 13:53:13

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new.6675 (New)


Package is "ghc-ed25519"

Fri Dec 27 13:53:13 2019 rev:7 rq:759388 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2018-10-25 
08:25:09.031834960 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.6675/ghc-ed25519.changes
2019-12-27 13:53:14.924653561 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:39 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.JnRjDX/_old  2019-12-27 13:53:15.456653939 +0100
+++ /var/tmp/diff_new_pack.JnRjDX/_new  2019-12-27 13:53:15.460653941 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ed25519
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@
 Release:0
 Summary:Ed25519 cryptographic signatures
 License:MIT
-Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
@@ -46,7 +45,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-ed25519 for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2018-10-25 08:25:04

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new (New)


Package is "ghc-ed25519"

Thu Oct 25 08:25:04 2018 rev:6 rq:643388 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2018-07-24 
17:18:21.322989636 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new/ghc-ed25519.changes 
2018-10-25 08:25:09.031834960 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:31:28 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.b1E2XL/_old  2018-10-25 08:25:09.491834750 +0200
+++ /var/tmp/diff_new_pack.b1E2XL/_new  2018-10-25 08:25:09.495834748 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit ghc-ed25519 for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2018-07-24 17:18:18

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new (New)


Package is "ghc-ed25519"

Tue Jul 24 17:18:18 2018 rev:5 rq:623764 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2018-05-30 
12:25:33.093844574 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new/ghc-ed25519.changes 
2018-07-24 17:18:21.322989636 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:22 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.85uDho/_old  2018-07-24 17:18:21.710990135 +0200
+++ /var/tmp/diff_new_pack.85uDho/_new  2018-07-24 17:18:21.714990140 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ed25519
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-ed25519 for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2018-05-30 12:18:41

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new (New)


Package is "ghc-ed25519"

Wed May 30 12:18:41 2018 rev:4 rq:609781 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2017-09-15 
21:37:01.738343834 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new/ghc-ed25519.changes 
2018-05-30 12:25:33.093844574 +0200
@@ -1,0 +2,5 @@
+Wed May 16 13:06:54 UTC 2018 - psim...@suse.com
+
+- Prefer the new %license attribute over %doc.
+
+---



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.8xZzs8/_old  2018-05-30 12:25:34.009814359 +0200
+++ /var/tmp/diff_new_pack.8xZzs8/_new  2018-05-30 12:25:34.013814227 +0200
@@ -75,7 +75,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %files devel -f %{name}-devel.files
 %doc AUTHORS.txt CHANGELOG.md README.md




commit ghc-ed25519 for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2017-09-15 21:37:00

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new (New)


Package is "ghc-ed25519"

Fri Sep 15 21:37:00 2017 rev:3 rq:524450 version:0.0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2016-07-21 
08:07:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new/ghc-ed25519.changes 
2017-09-15 21:37:01.738343834 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---

Old:

  2.cabal

New:

  ed25519.cabal



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.ZWvPiX/_old  2017-09-15 21:37:03.410108275 +0200
+++ /var/tmp/diff_new_pack.ZWvPiX/_new  2017-09-15 21:37:03.410108275 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ed25519
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,15 +23,13 @@
 Release:0
 Summary:Ed25519 cryptographic signatures
 License:MIT
-Group:  System/Libraries
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-directory-devel
@@ -39,7 +37,6 @@
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hlint-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides a simple, fast, self-contained copy of the Ed25519
@@ -49,7 +46,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -62,20 +59,14 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -84,11 +75,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE.txt
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc AUTHORS.txt CHANGELOG.md README.md
 
 %changelog

++ ed25519.cabal ++
name:ed25519
version: 0.0.5.0
x-revision: 2
category:Cryptography
license: MIT
synopsis:Ed25519 cryptographic signatures
homepage:http://thoughtpolice.github.com/hs-ed25519
bug-reports: http://github.com/thoughtpolice/hs-ed25519/issues
license-file:LICENSE.txt
copyright:   Copyright (c) Austin Seipp 2013-2015
author:  Austin Seipp
maintainer:  Austin Seipp 
build-type:  Simple
cabal-version:   >=1.10
tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4,
 GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2,
 GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3,
 GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4,
 GHC == 7.10.1, GHC == 7.10.2

description:
  This package provides a simple, fast, self-contained copy of the
  Ed25519 public-key signature system with a clean interface. It also
  includes support for detached signatures, and thorough documentation
  on the design and implementation, including usage guidelines.

extra-source-files:
  .travis.yml
  AUTHORS.txt
  README.md
  CONTRIBUTING.md
  CHANGELOG.md
  src/cbits/ref10/*.c
  src/cbits/ref10/include/*.h

source-repository head
  type: git
  location: https://github.com/thoughtpolice/hs-ed25519.git

-

commit ghc-ed25519 for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-ed25519 for openSUSE:Factory 
checked in at 2016-07-21 08:07:55

Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ed25519.new (New)


Package is "ghc-ed25519"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes  2016-06-07 
23:47:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new/ghc-ed25519.changes 
2016-07-21 08:07:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:04:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.0.5.0 revision 2 with cabal2obs.
+
+---

New:

  2.cabal



Other differences:
--
++ ghc-ed25519.spec ++
--- /var/tmp/diff_new_pack.eyqdrO/_old  2016-07-21 08:07:58.0 +0200
+++ /var/tmp/diff_new_pack.eyqdrO/_new  2016-07-21 08:07:58.0 +0200
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name ed25519
 
+%global pkg_name ed25519
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.0.5.0
 Release:0
 Summary:Ed25519 cryptographic signatures
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-directory-devel
@@ -49,22 +47,21 @@
 for detached signatures, and thorough documentation on the design and
 implementation, including usage guidelines.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver ghc-prim '< 0.5' '< 0.6'
+cp -p %{SOURCE1} %{pkg_name}.cabal
+
 
 %build
 %ghc_lib_build
@@ -76,26 +73,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE.txt
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc AUTHORS.txt README.md
-
+%doc AUTHORS.txt CHANGELOG.md README.md
 
 %changelog

++ 2.cabal ++
name:ed25519
version: 0.0.5.0
x-revision: 2
category:Cryptography
license: MIT
synopsis:Ed25519 cryptographic signatures
homepage:http://thoughtpolice.github.com/hs-ed25519
bug-reports: http://github.com/thoughtpolice/hs-ed25519/issues
license-file:LICENSE.txt
copyright:   Copyright (c) Austin Seipp 2013-2015
author:  Austin Seipp
maintainer:  Austin Seipp 
build-type:  Simple
cabal-version:   >=1.10
tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4,
 GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2,
 GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3,
 GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4,
 GHC == 7.10.1, GHC == 7.10.2

description:
  This package provides a simple, fast, self-contained copy of the
  Ed25519 public-key signature system with a clean interface. It also
  includes support for detached signatures, and thorough documentation
  on the design and implementation, including usage guidelines.

extra-source-files:
  .travis.yml
  AUTHORS.txt
  README.md
  CONTRIBUTING.md
  CHANGELOG.md
  src/cbits/ref10/*.c
  src/cbits/ref10/include/*.h

source-repository head
  type: git
  location: https://github.com/thoughtpolice/hs-ed25519.git

---
-- Flags

flag test-properties
  default: True
  manual: True

flag test-hlint
  default: True
  manual: True

flag test-doctests
  default: True
  manual: True

flag no-donna
  default: Tru