Skel.hs 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. -- Tn - a simple journal program
  2. -- Copyright (C) 2015 Peter Harpending
  3. --
  4. -- === License disclaimer
  5. --
  6. -- This program is free software: you can redistribute it and/or modify
  7. -- it under the terms of the GNU General Public License as published by
  8. -- the Free Software Foundation, either version 3 of the License, or (at
  9. -- your option) any later version.
  10. --
  11. -- This program is distributed in the hope that it will be useful, but
  12. -- WITHOUT ANY WARRANTY; without even the implied warranty of
  13. -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. -- General Public License for more details.
  15. --
  16. -- You should have received a copy of the GNU General Public License
  17. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. -- |
  19. -- Module : Skel
  20. -- Description : Short description
  21. -- Copyright : Copyright (C) 2015 Peter Harpending
  22. -- License : GPL-3
  23. -- Maintainer : Peter Harpending <peter@harpending.org>
  24. -- Stability : experimental
  25. -- Portability : UNIX/GHC
  26. --
  27. -- Here is a longer description of this module, containing some
  28. -- commentary with @some markup@.
  29. module Skel where