From 133fd21368c1a4283764a87e2a265fda9e058b4b Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Sun, 19 Mar 2023 18:45:59 +0000 Subject: [PATCH] Bio.PDB.Structure.List: add FlexibleContexts --- Bio/PDB/Structure/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/PDB/Structure/List.hs b/Bio/PDB/Structure/List.hs index 0d39d3f..dffa9c7 100644 --- a/Bio/PDB/Structure/List.hs +++ b/Bio/PDB/Structure/List.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE MagicHash, NoMonomorphismRestriction, CPP #-} +{-# LANGUAGE MagicHash, NoMonomorphismRestriction, FlexibleContexts, CPP #-} -- | Collections used within the Structure, currently aliases for the 'Vector' and 'MVector' types. module Bio.PDB.Structure.List(List(..), TempList, initialNew, new, add, finalize, tempLength, empty, last,