I won't comment on how quicksort-y this is, but the combination of pattern matching and recursion is bread-and-butter Haskell. A number of seemingly complex algorithms can be implemented in a similar way.
Having said that, it is elegant and clean and -- taken by itself -- does make Haskell very attractive.
Having said that, it is elegant and clean and -- taken by itself -- does make Haskell very attractive.