aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Files.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/Files.hs')
-rw-r--r--compiler/src/Files.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/src/Files.hs b/compiler/src/Files.hs
index 291a1c5..51e97e6 100644
--- a/compiler/src/Files.hs
+++ b/compiler/src/Files.hs
@@ -16,12 +16,6 @@
16-- You should have received a copy of the GNU Affero General Public License 16-- You should have received a copy of the GNU Affero General Public License
17-- along with this program. If not, see <https://www.gnu.org/licenses/>. 17-- along with this program. If not, see <https://www.gnu.org/licenses/>.
18 18
19{-# LANGUAGE
20 DuplicateRecordFields
21 , DeriveGeneric
22 , NamedFieldPuns
23#-}
24
25module Files 19module Files
26 ( FileName, LocalPath, WebPath, Path 20 ( FileName, LocalPath, WebPath, Path
27 , (</>), (</), (/>), (<.>) 21 , (</>), (</), (/>), (<.>)