Skip to content

Commit 3786800

Browse files
committed
Remove OverlappingInstances
1 parent 560acbd commit 3786800

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog for sonic
2+
3+
## 0.1
4+
5+
* Initial release.

src/Sonic/Constraints.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE RecordWildCards, FlexibleInstances, OverlappingInstances, RankNTypes #-}
1+
{-# LANGUAGE RecordWildCards, FlexibleInstances, RankNTypes #-}
22
module Sonic.Constraints where
33

44
import Protolude hiding (head)

src/Sonic/Utils.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{-# LANGUAGE RecordWildCards #-}
22
{-# LANGUAGE FlexibleContexts #-}
33
{-# LANGUAGE FlexibleInstances #-}
4-
{-# LANGUAGE OverlappingInstances #-}
54
{-# LANGUAGE ViewPatterns #-}
65
{-# LANGUAGE DeriveAnyClass, DeriveGeneric #-}
76
module Sonic.Utils where

0 commit comments

Comments
 (0)