[Git][haskell-team/DHG_packages][master] config-ini: fix description

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 22:57:19 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4bb713f3 by Clint Adams at 2018-04-15T17:52:58-04:00
config-ini: fix description

- - - - -


2 changed files:

- p/haskell-config-ini/debian/control
- p/haskell-config-ini/debian/copyright


Changes:

=====================================
p/haskell-config-ini/debian/control
=====================================
--- a/p/haskell-config-ini/debian/control
+++ b/p/haskell-config-ini/debian/control
@@ -28,17 +28,10 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 4.1.4
 Homepage: https://github.com/aisamanra/config-ini
-X-Description: A library for simple INI-based configuration files.
- The @config-ini@ library is a set of small monadic languages
+X-Description: simple INI-based configuration files
+ The config-ini library is a set of small monadic languages
  for writing simple configuration languages with convenient,
  human-readable error messages.
- .
- > parseConfig :: IniParser (Text, Int, Bool)
- > parseConfig = section "NETWORK" $ do
- >   user <- field        "user"
- >   port <- fieldOf      "port" number
- >   enc  <- fieldFlagDef "encryption" True
- >   return (user, port, enc)
 
 Package: libghc-config-ini-dev
 Architecture: any


=====================================
p/haskell-config-ini/debian/copyright
=====================================
--- a/p/haskell-config-ini/debian/copyright
+++ b/p/haskell-config-ini/debian/copyright
@@ -11,7 +11,7 @@ Files: debian/*
 Copyright: held by the contributors mentioned in debian/changelog
 License: BSD-3-clause
 
-License: BSD3
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  .
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4bb713f3b94d24a76c8b75699fd12c34c1fdbd28

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4bb713f3b94d24a76c8b75699fd12c34c1fdbd28
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180415/07d284aa/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list