Commit 110e06ba authored by Clint Adams's avatar Clint Adams
Browse files

time-units: drop spurious article from short description

parent 723a9d7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
haskell-time-units (1.0.0-1) UNRELEASED; urgency=low
haskell-time-units (1.0.0-1) unstable; urgency=low

  * Initial release

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Standards-Version: 4.1.4
Homepage: http://github.com/acw/time-units
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-time-units
X-Description: A basic library for defining units of time as types.
X-Description: basic library for defining units of time as types
 In many cases, it is useful (either for error checking or documentation
 reasons) to define input and output types as having a particular unit of
 time. In addition, by creating a type class defining type units, this