]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-haskell.el
Fix typos.
[gnu-emacs] / lisp / org / ob-haskell.el
index 63e76f6f1390daf85b35bd8509b5285323053323..cae07036c57519336d68a2e3fa39e6d44cb83120 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-haskell.el --- org-babel functions for haskell evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -213,6 +213,6 @@ constructs (header arguments, no-web syntax etc...) are ignored."
 
 (provide 'ob-haskell)
 
-;; arch-tag: b53f75f3-ba1a-4b05-82d9-a2a0d4e70804
+
 
 ;;; ob-haskell.el ends here