Skip to content

Commit

Permalink
add missing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Jan 16, 2020
1 parent 077aa9b commit d8c07ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/Patch/IntMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeFamilies #-}
-- | Module containing 'PatchIntMap', a 'Patch' for 'IntMap' which allows for
-- insert/update or delete of associations.
Expand Down

0 comments on commit d8c07ab

Please sign in to comment.