From 295dd897297722d07ec2ce5fb82e323fe495c775 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 24 Aug 2020 17:09:34 +0200 Subject: GHC 8.8, cabal 3, pandoc 2.10 compatibility Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes. --- src/Codec/Pesto/Parse.lhs-boot | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/Codec/Pesto/Parse.lhs-boot (limited to 'src/Codec/Pesto/Parse.lhs-boot') diff --git a/src/Codec/Pesto/Parse.lhs-boot b/src/Codec/Pesto/Parse.lhs-boot deleted file mode 100644 index 9096ad7..0000000 --- a/src/Codec/Pesto/Parse.lhs-boot +++ /dev/null @@ -1,22 +0,0 @@ -> module Codec.Pesto.Parse where - -> data Instruction = -> Annotation String -> | Ingredient Quantity -> | Tool Quantity -> | Action String -> | Reference Quantity -> | Result Quantity -> | Alternative Quantity -> | Directive String -> | Unknown String -> data Quantity = Quantity Approximately Unit Object -> type Unit = String -> type Object = String -> data Approximately = -> Range Amount Amount -> | Approx Amount -> | Exact Amount -> data Amount = -> AmountRatio Rational -> | AmountStr String -- cgit v1.2.3